Class PhysicsJointBuilder
Inheritance
PhysicsJointBuilder
Assembly: NXOpen.dll
Syntax
public class PhysicsJointBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PhysicsJointBuilder()
Declaration
protected PhysicsJointBuilder()
Properties
Attachment
Declaration
public SelectNXObject Attachment { get; }
Property Value
Base
Declaration
public SelectNXObject Base { get; }
Property Value
BaseAnchorPoint
Declaration
public Point BaseAnchorPoint { get; set; }
Property Value
BaseAxisVector
Declaration
public Direction BaseAxisVector { get; set; }
Property Value
MotionType
Declaration
public PhysicsJointBuilder.MotionTypes MotionType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Positioning
Declaration
public bool Positioning { get; set; }
Property Value
Methods
SetAttachment(NXObject)
Declaration
public void SetAttachment(NXObject attachment)
Parameters
Type |
Name |
Description |
NXObject |
attachment |
|
SetBase(NXObject)
Declaration
public void SetBase(NXObject @base)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink