Class SectionAnalysisExBuilder
Inheritance
SectionAnalysisExBuilder
Assembly: NXOpen.dll
Syntax
public class SectionAnalysisExBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SectionAnalysisExBuilder()
Declaration
protected SectionAnalysisExBuilder()
Properties
Alignment
Declaration
public SectionAnalysisExBuilder.AlignmentType Alignment { get; set; }
Property Value
CalculationMethod
Declaration
public SectionAnalysisExBuilder.CalculationMethodType CalculationMethod { get; set; }
Property Value
CombOptions
Declaration
public CombOptionsBuilder CombOptions { get; }
Property Value
CurveAligned
Declaration
public CurveAlignedBuilder CurveAligned { get; }
Property Value
Interactive
Declaration
public InteractiveBuilder Interactive { get; }
Property Value
IsShowInflectionPointsEnabled
Declaration
public bool IsShowInflectionPointsEnabled { get; set; }
Property Value
IsShowLengthEnabled
Declaration
public bool IsShowLengthEnabled { get; set; }
Property Value
IsShowPeakPointsEnabled
Declaration
public bool IsShowPeakPointsEnabled { get; set; }
Property Value
Isoparametric
Declaration
public IsoparametricBuilder Isoparametric { get; }
Property Value
NeedleDirection
Declaration
public SectionAnalysisExBuilder.NeedleDirectionType NeedleDirection { get; set; }
Property Value
Output
Declaration
public SectionAnalysisExBuilder.OutputType Output { get; set; }
Property Value
ParallelPlanes
Declaration
public ParallelPlanesExBuilder ParallelPlanes { get; }
Property Value
Placement
Declaration
public SectionAnalysisExBuilder.PlacementType Placement { get; set; }
Property Value
Radial
Declaration
public RadialBuilder Radial { get; }
Property Value
ScalingMethod
Declaration
public SectionAnalysisExBuilder.ScalingMethodType ScalingMethod { get; set; }
Property Value
SelectObject
Declaration
public SelectTaggedObjectList SelectObject { get; }
Property Value
SpecifyPoint
Declaration
public SelectPointList SpecifyPoint { get; }
Property Value
XYZPlane
Declaration
public XYZPlaneBuilder XYZPlane { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink