Class PhysicsJointBuilder
Inheritance
System.Object
System.MarshalByRefObject
PhysicsJointBuilder
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)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class PhysicsJointBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PhysicsJointBuilder()
Declaration
protected PhysicsJointBuilder()
Properties
Attachment
Declaration
public SelectNXObject Attachment { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Base
Declaration
public SelectNXObject Base { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
BaseAnchorPoint
Declaration
public Point BaseAnchorPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
BaseAxisVector
Declaration
public Direction BaseAxisVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Positioning
Declaration
public bool Positioning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SetAttachment(NXObject)
Declaration
public void SetAttachment(NXObject attachment)
Parameters
Type | Name | Description |
---|---|---|
NXObject | attachment |
SetBase(NXObject)
Declaration
public void SetBase(NXObject base)
Parameters
Type | Name | Description |
---|---|---|
NXObject | base |
Implements
System.Runtime.Remoting.Messaging.IMessageSink