Class FillAreaBuilder
Inheritance
FillAreaBuilder
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
BaseOrientation
Declaration
public DiePlaneBuilder BaseOrientation { get; }
Property Value
Boundary
Declaration
public Section Boundary { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
LowerLimitOffset
Declaration
public Expression LowerLimitOffset { get; }
Property Value
LowerLimitSheet
Declaration
public SelectBody LowerLimitSheet { get; }
Property Value
Target
Declaration
public SelectBody Target { get; }
Property Value
Type
Declaration
public FillAreaBuilder.Types Type { get; set; }
Property Value
UpperLimitPlane
Declaration
public DiePlaneBuilder UpperLimitPlane { get; }
Property Value
UpperLimitSheet
Declaration
public SelectBody UpperLimitSheet { get; }
Property Value
UpperLimitType
Declaration
public FillAreaBuilder.UpperLimitTypes UpperLimitType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink