Class FixedJoint
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class FixedJoint : Joint
Constructors
FixedJoint(nint)
Declaration
protected FixedJoint(nint pItem)
Parameters
Type | Name | Description |
---|---|---|
nint | pItem |
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Attach
Declaration
public override RigidBody Attach { get; set; }
Property Value
Type | Description |
---|---|
RigidBody |
Overrides
Base
Declaration
public override RigidBody Base { get; set; }
Property Value
Type | Description |
---|---|
RigidBody |