Class BreakingConstraint
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)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class BreakingConstraint : RuntimeObject
Constructors
BreakingConstraint(IntPtr)
Declaration
protected BreakingConstraint(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
BreakableJoint
Declaration
public Joint BreakableJoint { get; set; }
Property Value
Type | Description |
---|---|
Joint |
BreakingJoint
Declaration
public Joint BreakingJoint { get; set; }
Property Value
Type | Description |
---|---|
Joint |
Force
Declaration
public double Force { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Magnitude
Declaration
public double Magnitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |