Class PathConstraintJointBuilder
Inheritance
PathConstraintJointBuilder
Assembly: NXOpen.dll
Syntax
public class PathConstraintJointBuilder : PhysicsJointBuilder, IMessageSink, IComponentBuilder
Constructors
PathConstraintJointBuilder()
Declaration
protected PathConstraintJointBuilder()
Properties
AxisVector
Declaration
public Direction AxisVector { get; set; }
Property Value
FrameList
Declaration
public PathConstraintFrameBuilderList FrameList { get; }
Property Value
PathPreview
Declaration
public bool PathPreview { get; set; }
Property Value
PathType
Declaration
public PathConstraintJointBuilder.PathTypes PathType { get; set; }
Property Value
PointOnCurve
Declaration
public Point PointOnCurve { get; set; }
Property Value
Methods
EvaluatePath(NXObject[])
Declaration
public void EvaluatePath(NXObject[] curves)
Parameters
GeneratePathCurves()
Declaration
public void GeneratePathCurves()
GetPathCurves()
Declaration
public NXObject[] GetPathCurves()
Returns
NewPathFrame()
Declaration
public PathConstraintFrameBuilder NewPathFrame()
Returns
SetPathCurvesFromCurves(NXObject[])
Declaration
public void SetPathCurvesFromCurves(NXObject[] pathCurves)
Parameters
Type |
Name |
Description |
NXObject[] |
pathCurves |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink