Class SectionCurveBuilder
Inheritance
SectionCurveBuilder
Assembly: NXOpen.dll
Syntax
public class SectionCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SectionCurveBuilder()
Declaration
protected SectionCurveBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
BasePlane
Declaration
public ISurface BasePlane { get; set; }
Property Value
ChordalTolerance
Declaration
public double ChordalTolerance { get; set; }
Property Value
CurveFitData
Declaration
public CurveFitData CurveFitData { get; }
Property Value
CurveFitJoinOptions
Declaration
public CurveFitJoin CurveFitJoinOptions { get; }
Property Value
CurveForPerpendicularPlane
Declaration
public SelectObject CurveForPerpendicularPlane { get; }
Property Value
EndAngle
Declaration
public double EndAngle { get; set; }
Property Value
EndDistance
Declaration
public double EndDistance { get; set; }
Property Value
EndPercentage
Declaration
public double EndPercentage { get; set; }
Property Value
GroupObjects
Declaration
public bool GroupObjects { get; set; }
Property Value
Increment
Declaration
public double Increment { get; set; }
Property Value
NumberOfCopies
Declaration
public int NumberOfCopies { get; set; }
Property Value
ObjectsToSection
Declaration
public SelectObjectList ObjectsToSection { get; }
Property Value
OutputPoints
Declaration
public bool OutputPoints { get; set; }
Property Value
RadialPlanePoint
Declaration
public Point RadialPlanePoint { get; set; }
Property Value
RadialPlaneVector
Declaration
public Direction RadialPlaneVector { get; set; }
Property Value
Ratio
Declaration
public double Ratio { get; set; }
Property Value
SampleDistance
Declaration
public double SampleDistance { get; set; }
Property Value
SectionPlane
Declaration
public Plane SectionPlane { get; set; }
Property Value
SectionPlanes
Declaration
public SelectObjectList SectionPlanes { get; }
Property Value
SpacingAlongCurveType
Declaration
public SectionCurveBuilder.SpacingType SpacingAlongCurveType { get; set; }
Property Value
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
StartDistance
Declaration
public double StartDistance { get; set; }
Property Value
StartPercentage
Declaration
public double StartPercentage { get; set; }
Property Value
StepAngle
Declaration
public double StepAngle { get; set; }
Property Value
StepDistance
Declaration
public double StepDistance { get; set; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type
Declaration
public SectionCurveBuilder.PlaneType Type { get; set; }
Property Value
Methods
GetOutputGroups()
Declaration
public Group[] GetOutputGroups()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink