Class CurveShapingBuilder
Inheritance
System.Object
System.MarshalByRefObject
CurveShapingBuilder
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 CurveShapingBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CurveShapingBuilder()
Declaration
protected CurveShapingBuilder()
Properties
CanMoveAlongCurve
Declaration
public bool CanMoveAlongCurve { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ConstraintManager
Declaration
public GeometricConstraintDataManager ConstraintManager { get; }
Property Value
EndContinuity
Declaration
public Continuity.ContinuityTypes EndContinuity { get; set; }
Property Value
HasLinearTransition
Declaration
public bool HasLinearTransition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InsertionMethod
Declaration
public CurveShapingBuilder.InsertionMethodOptions InsertionMethod { get; set; }
Property Value
MovementMethod
Declaration
public CurveShapingBuilder.MovementMethodType MovementMethod { get; set; }
Property Value
MovementPlane
Declaration
public Plane MovementPlane { get; set; }
Property Value
MovementVector
Declaration
public Direction MovementVector { get; set; }
Property Value
Number
Declaration
public int Number { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrientExpress
Declaration
public OrientXpressBuilder OrientExpress { get; }
Property Value
SelectCurves
Declaration
public SelectSplineList SelectCurves { get; }
Property Value
SpecifyPoints
Declaration
public SelectPointList SpecifyPoints { get; }
Property Value
StartContinuity
Declaration
public Continuity.ContinuityTypes StartContinuity { get; set; }
Property Value
WCSOption
Declaration
public CurveShapingBuilder.WCSOptionType WCSOption { get; set; }
Property Value
Methods
AddCurve(Curve)
Declaration
public void AddCurve(Curve curve)
Parameters
Type |
Name |
Description |
Curve |
curve |
|
ApplyParameterValue(Point, Point[])
Declaration
public void ApplyParameterValue(Point sourcePoint, Point[] destinationPoints)
Parameters
Type |
Name |
Description |
Point |
sourcePoint |
|
Point[] |
destinationPoints |
|
Declaration
DeleteAllPoints(Spline)
Declaration
public void DeleteAllPoints(Spline curve)
Parameters
Type |
Name |
Description |
Spline |
curve |
|
RemoveCurve(Curve)
Declaration
public void RemoveCurve(Curve curve)
Parameters
Type |
Name |
Description |
Curve |
curve |
|
SetActivePoints(Point[], Point)
Declaration
public void SetActivePoints(Point[] points, Point masterPoint)
Parameters
Type |
Name |
Description |
Point[] |
points |
|
Point |
masterPoint |
|
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink