Class FillAreaBuilder
Inheritance
System.Object
System.MarshalByRefObject
FillAreaBuilder
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.Die
Assembly: NXOpen.dll
Syntax
public class FillAreaBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FillAreaBuilder()
Declaration
protected FillAreaBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BaseOrientation
Declaration
public DiePlaneBuilder BaseOrientation { get; }
Property Value
Type | Description |
---|---|
DiePlaneBuilder |
Boundary
Declaration
public Section Boundary { get; }
Property Value
Type | Description |
---|---|
Section |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LowerLimitOffset
Declaration
public Expression LowerLimitOffset { get; }
Property Value
Type | Description |
---|---|
Expression |
LowerLimitSheet
Declaration
public SelectBody LowerLimitSheet { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Target
Declaration
public SelectBody Target { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Type
Declaration
public FillAreaBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
FillAreaBuilder.Types |
UpperLimitPlane
Declaration
public DiePlaneBuilder UpperLimitPlane { get; }
Property Value
Type | Description |
---|---|
DiePlaneBuilder |
UpperLimitSheet
Declaration
public SelectBody UpperLimitSheet { get; }
Property Value
Type | Description |
---|---|
SelectBody |
UpperLimitType
Declaration
public FillAreaBuilder.UpperLimitTypes UpperLimitType { get; set; }
Property Value
Type | Description |
---|---|
FillAreaBuilder.UpperLimitTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink