Class AlignBody
Inheritance
System.Object
AlignBody
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.Utilities.dll
Syntax
public class AlignBody : RuntimeObject
Constructors
AlignBody(IntPtr)
Declaration
protected AlignBody(IntPtr pItem)
Parameters
Type |
Name |
Description |
System.IntPtr |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
AssociatedBody
Declaration
public RigidBody AssociatedBody { get; set; }
Property Value
Bond
Declaration
public bool Bond { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Category
Declaration
public int Category { get; }
Property Value
Type |
Description |
System.Int32 |
|
Detected
Declaration
public bool Detected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Detection
Declaration
public AlignBody Detection { get; }
Property Value
EnableBond
Declaration
public bool EnableBond { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Point
Declaration
public Vector3 Point { get; }
Property Value
Proximity
Declaration
public double Proximity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Role
Declaration
public string Role { get; }
Property Value
Type |
Description |
System.String |
|