Constructor. The direction type is set to FixedDirection.
Public Sub New( direction As Vector3d )
public DistanceConstraint( Vector3d direction );
Parameters |
Description |
Vector3d direction |
Input AcGeVector3d indicating the fixed direction which is used to measure the distance. The vector length must not be zero. |
Comments? |