Class SphericalCornerBuilder
Inheritance
System.Object
System.MarshalByRefObject
SphericalCornerBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class SphericalCornerBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SphericalCornerBuilder()
Declaration
protected SphericalCornerBuilder()
Properties
AngleTol
Declaration
public double AngleTol { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceTol
Declaration
public double DistanceTol { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HelpPoint
Declaration
public Point HelpPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Radius
Declaration
public Expression Radius { get; }
Property Value
Type | Description |
---|---|
Expression |
Wall1
Declaration
public FaceSetData Wall1 { get; }
Property Value
Type | Description |
---|---|
FaceSetData |
Wall2
Declaration
public FaceSetData Wall2 { get; }
Property Value
Type | Description |
---|---|
FaceSetData |
Wall3
Declaration
public FaceSetData Wall3 { get; }
Property Value
Type | Description |
---|---|
FaceSetData |
Implements
System.Runtime.Remoting.Messaging.IMessageSink