Class StyledSweepBuilder
Inheritance
System.Object
System.MarshalByRefObject
StyledSweepBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.Double |
|
G1Tolerance
Declaration
public double G1Tolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Name |
Description |
System.Double |
value1 |
|
System.Double |
value2 |
|
Curve |
path1 |
|
Curve |
path2 |
|
Returns
CreateRotationSet(Double, Double, Curve)
Declaration
public RotationSetBuilder CreateRotationSet(double value, double pathPar, Curve path)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
System.Double |
pathPar |
|
Curve |
path |
|
Returns
CreateScalingSet(Double, Double, Double, Curve)
Declaration
public ScalingSetBuilder CreateScalingSet(double valuePar, double depthPar, double pathPar, Curve path)
Parameters
Type |
Name |
Description |
System.Double |
valuePar |
|
System.Double |
depthPar |
|
System.Double |
pathPar |
|
Curve |
path |
|
Returns
EndInsertingSection()
Declaration
public void EndInsertingSection()
StartInsertingSection(Double[])
Declaration
public void StartInsertingSection(double[] insertPnt)
Parameters
Type |
Name |
Description |
System.Double[] |
insertPnt |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink