NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.PhysicsJointBuilder Class Reference

Represents a base builder for Physics Joints. More...

Inheritance diagram for NXOpen.Mechatronics.PhysicsJointBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Mechatronics.AngularLimitJointBuilder NXOpen.Mechatronics.AngularSpringJointBuilder NXOpen.Mechatronics.BallJointBuilder NXOpen.Mechatronics.CurveOnCurveJointBuilder NXOpen.Mechatronics.CylindricalJointBuilder NXOpen.Mechatronics.FixedJointBuilder NXOpen.Mechatronics.HingeJointBuilder NXOpen.Mechatronics.LinearLimitJointBuilder NXOpen.Mechatronics.LinearSpringJointBuilder NXOpen.Mechatronics.PathConstraintJointBuilder NXOpen.Mechatronics.PlanarJointBuilder NXOpen.Mechatronics.PointOnCurveJointBuilder NXOpen.Mechatronics.ScrewJointBuilder NXOpen.Mechatronics.SlidingJointBuilder NXOpen.Mechatronics.VirtualAxisBuilder

Public Member Functions

unsafe void SetAttachment (NXOpen.NXObject attachment)
 Sets the attachment. More...
 
unsafe void SetBase (NXOpen.NXObject @base)
 Sets the base. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.SelectNXObject Attachment [get]
 Returns the attachment of joint. More...
 
unsafe NXOpen.SelectNXObject Base [get]
 Returns the base of joint. More...
 
unsafe NXOpen.Point BaseAnchorPoint [get, set]
 Returns or sets the anchor point of base. More...
 
unsafe NXOpen.Direction BaseAxisVector [get, set]
 Returns or sets the axis vector of base. More...
 
unsafe string Name [get, set]
 Returns or sets the name. More...
 
unsafe bool Positioning [get, set]
 Returns or sets a boolean value that indicates whether to create an assembly joint. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a base builder for Physics Joints.

This is an abstract class, and cannot be created.

Created in NX7.5.1

Member Function Documentation

unsafe void NXOpen.Mechatronics.PhysicsJointBuilder.SetAttachment ( NXOpen.NXObject  attachment)
inline

Sets the attachment.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
attachment
unsafe void NXOpen.Mechatronics.PhysicsJointBuilder.SetBase ( NXOpen.NXObject base)
inline

Sets the base.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
base

Property Documentation

unsafe NXOpen.SelectNXObject NXOpen.Mechatronics.PhysicsJointBuilder.Attachment
get

Returns the attachment of joint.

This can be a NXOpen.Mechatronics.RigidBody or objects which can create a rigid body by.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.SelectNXObject NXOpen.Mechatronics.PhysicsJointBuilder.Base
get

Returns the base of joint.

This can be a NXOpen.Mechatronics.RigidBody or objects which can create a rigid body by.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Point NXOpen.Mechatronics.PhysicsJointBuilder.BaseAnchorPoint
getset

Returns or sets the anchor point of base.

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Direction NXOpen.Mechatronics.PhysicsJointBuilder.BaseAxisVector
getset

Returns or sets the axis vector of base.

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe string NXOpen.Mechatronics.PhysicsJointBuilder.Name
getset

Returns or sets the name.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.PhysicsJointBuilder.Positioning
getset

Returns or sets a boolean value that indicates whether to create an assembly joint.

Created in NX11.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.