Class StyledSweepBuilder
Inheritance
StyledSweepBuilder
Assembly: NXOpen.dll
Syntax
public class StyledSweepBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
StyledSweepBuilder()
Declaration
protected StyledSweepBuilder()
Properties
AlternateSolution
Declaration
public int AlternateSolution { get; set; }
Property Value
FirstGuide
Declaration
public Section FirstGuide { get; }
Property Value
FixedStringOption
Declaration
public StyledSweepBuilder.FixedStringOptions FixedStringOption { get; set; }
Property Value
G0Tolerance
Declaration
public double G0Tolerance { get; set; }
Property Value
G1Tolerance
Declaration
public double G1Tolerance { get; set; }
Property Value
GuideRebuildData
Declaration
public Rebuild GuideRebuildData { get; }
Property Value
InsertedSectionList
Declaration
public SectionList InsertedSectionList { get; }
Property Value
PivotSetList
Declaration
public StyledSweepDoubleOnPathDimBuilderList PivotSetList { get; }
Property Value
ReferenceMethod
Declaration
public StyledSweepReferenceMethodBuilder ReferenceMethod { get; }
Property Value
RotationSetList
Declaration
public RotationSetBuilderList RotationSetList { get; }
Property Value
ScalingCurve
Declaration
public Section ScalingCurve { get; }
Property Value
ScalingMethodOption
Declaration
public StyledSweepBuilder.ScalingMethodOptions ScalingMethodOption { get; set; }
Property Value
ScalingSetList
Declaration
public ScalingSetBuilderList ScalingSetList { get; }
Property Value
SecondGuide
Declaration
public Section SecondGuide { get; }
Property Value
SectionList
Declaration
public SectionList SectionList { get; }
Property Value
SectionOrientationOption
Declaration
public StyledSweepBuilder.SectionOrientationOptions SectionOrientationOption { get; set; }
Property Value
SectionRebuildData
Declaration
public Rebuild SectionRebuildData { get; }
Property Value
SurfaceRange
Declaration
public SurfaceRangeBuilder SurfaceRange { get; }
Property Value
TransitionOption
Declaration
public StyledSweepBuilder.TransitionOptions TransitionOption { get; set; }
Property Value
Type
Declaration
public StyledSweepBuilder.Types Type { get; set; }
Property Value
Methods
CreatePivotSet(double, double, Curve, Curve)
Declaration
public StyledSweepDoubleOnPathDimBuilder CreatePivotSet(double value1, double value2, Curve path1, Curve path2)
Parameters
Returns
CreateRotationSet(double, double, Curve)
Declaration
public RotationSetBuilder CreateRotationSet(double value, double pathPar, Curve path)
Parameters
Returns
CreateScalingSet(double, double, double, Curve)
Declaration
public ScalingSetBuilder CreateScalingSet(double valuePar, double depthPar, double pathPar, Curve path)
Parameters
Returns
EndInsertingSection()
Declaration
public void EndInsertingSection()
StartInsertingSection(double[])
Declaration
public void StartInsertingSection(double[] insertPnt)
Parameters
Type |
Name |
Description |
double[] |
insertPnt |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink