Class ConstraintReference
Inheritance
ConstraintReference
Assembly: NXOpen.dll
Syntax
public class ConstraintReference : NXObject, IMessageSink, INXObject
Constructors
ConstraintReference()
Declaration
protected ConstraintReference()
Properties
ConstraintReferenceHalfSpace
Declaration
public ConstraintReference.HalfSpace ConstraintReferenceHalfSpace { get; set; }
Property Value
GeometryDirectionReversed
Declaration
public bool GeometryDirectionReversed { get; set; }
Property Value
HelpPoint
Declaration
public Point3d HelpPoint { get; set; }
Property Value
Order
Declaration
public ConstraintReference.ConstraintOrder Order { get; }
Property Value
SolverGeometryType
Declaration
public ConstraintReference.GeometryType SolverGeometryType { get; }
Property Value
UsePortRotateFlag
Declaration
public bool UsePortRotateFlag { get; set; }
Property Value
Methods
GetGeometry()
Declaration
public NXObject GetGeometry()
Returns
GetHasPerpendicularVector()
Declaration
public bool GetHasPerpendicularVector()
Returns
GetMovableObject()
Declaration
public NXObject GetMovableObject()
Returns
GetPrototypeGeometry()
Declaration
public NXObject GetPrototypeGeometry()
Returns
GetPrototypePerpendicularVector()
Declaration
public Vector3d GetPrototypePerpendicularVector()
Returns
GetUsePortRotate()
Declaration
public bool GetUsePortRotate()
Returns
GetUsesGeometryAxis()
Declaration
public bool GetUsesGeometryAxis()
Returns
SetFixHint(bool)
Declaration
public void SetFixHint(bool set)
Parameters
Type |
Name |
Description |
bool |
set |
|
SetFixHintForUpdate(bool)
Declaration
public void SetFixHintForUpdate(bool set)
Parameters
Type |
Name |
Description |
bool |
set |
|
SetPrototypePerpendicularVector(Vector3d)
Declaration
public void SetPrototypePerpendicularVector(Vector3d perpendicularVector)
Parameters
Type |
Name |
Description |
Vector3d |
perpendicularVector |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink