Class ConstraintReference
Inheritance
System.Object
System.MarshalByRefObject
ConstraintReference
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 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
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
Methods
GetGeometry()
Declaration
public NXObject GetGeometry()
Returns
GetHasPerpendicularVector()
Declaration
public bool GetHasPerpendicularVector()
Returns
Type |
Description |
System.Boolean |
|
GetMovableObject()
Declaration
public NXObject GetMovableObject()
Returns
GetPrototypeGeometry()
Declaration
public NXObject GetPrototypeGeometry()
Returns
GetPrototypePerpendicularVector()
Declaration
public Vector3d GetPrototypePerpendicularVector()
Returns
GetUsePortRotate()
Declaration
public bool GetUsePortRotate()
Returns
Type |
Description |
System.Boolean |
|
GetUsesGeometryAxis()
Declaration
public bool GetUsesGeometryAxis()
Returns
Type |
Description |
System.Boolean |
|
SetFixHint(Boolean)
Declaration
public void SetFixHint(bool set)
Parameters
Type |
Name |
Description |
System.Boolean |
set |
|
SetFixHintForUpdate(Boolean)
Declaration
public void SetFixHintForUpdate(bool set)
Parameters
Type |
Name |
Description |
System.Boolean |
set |
|
SetPrototypePerpendicularVector(Vector3d)
Declaration
public void SetPrototypePerpendicularVector(Vector3d perpendicularVector)
Parameters
Type |
Name |
Description |
Vector3d |
perpendicularVector |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink