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

Represents a NXOpen.Mechatronics.PathConstraintJoint builder. More...

Inheritance diagram for NXOpen.Mechatronics.PathConstraintJointBuilder:
NXOpen.Mechatronics.PhysicsJointBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  PathTypes { FromCoordinateSystems, FromCurves }
 the path types More...
 

Public Member Functions

unsafe void EvaluatePath (NXOpen.NXObject[] curves)
 Evaluate the composited path with the curves. More...
 
unsafe void GeneratePathCurves ()
 Generate the path curves from the coordinates systems. More...
 
unsafe NXOpen.NXObject[] GetPathCurves ()
 Get the path curves that constrain the movement of the attachment More...
 
unsafe
NXOpen.Mechatronics.PathConstraintFrameBuilder 
NewPathFrame ()
 Creates a NXOpen.Mechatronics.PathConstraintFrameBuilder object. More...
 
unsafe void SetPathCurvesFromCurves (NXOpen.NXObject[] pathCurves)
 Set the path curves that constrain the movement of the attachment More...
 
- Public Member Functions inherited from NXOpen.Mechatronics.PhysicsJointBuilder
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.Direction AxisVector [get, set]
 Returns or sets the axis vector which is tangent to the path curve at the selected point More...
 
unsafe
NXOpen.Mechatronics.PathConstraintFrameBuilderList 
FrameList [get]
 Returns the list containing the defined frames. More...
 
unsafe bool PathPreview [get, set]
 Returns or sets the path preview More...
 
unsafe
NXOpen.Mechatronics.PathConstraintJointBuilder.PathTypes 
PathType [get, set]
 Returns or sets the path type. More...
 
unsafe NXOpen.Point PointOnCurve [get, set]
 Returns or sets the selected point on curve More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsJointBuilder
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 NXOpen.Mechatronics.PathConstraintJoint builder.

To create a new instance of this class, use NXOpen.Mechatronics.PathConstraintJointCollection.CreatePathConstraintJointBuilder

Created in NX10.0.0

Member Enumeration Documentation

the path types

Enumerator
FromCoordinateSystems 

from coordinate systems

FromCurves 

from curves

Member Function Documentation

unsafe void NXOpen.Mechatronics.PathConstraintJointBuilder.EvaluatePath ( NXOpen.NXObject[]  curves)
inline

Evaluate the composited path with the curves.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
curvescurve or edge
unsafe void NXOpen.Mechatronics.PathConstraintJointBuilder.GeneratePathCurves ( )
inline

Generate the path curves from the coordinates systems.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.NXObject [] NXOpen.Mechatronics.PathConstraintJointBuilder.GetPathCurves ( )
inline

Get the path curves that constrain the movement of the attachment

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
curve or edge
unsafe NXOpen.Mechatronics.PathConstraintFrameBuilder NXOpen.Mechatronics.PathConstraintJointBuilder.NewPathFrame ( )
inline

Creates a NXOpen.Mechatronics.PathConstraintFrameBuilder object.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Returns
unsafe void NXOpen.Mechatronics.PathConstraintJointBuilder.SetPathCurvesFromCurves ( NXOpen.NXObject[]  pathCurves)
inline

Set the path curves that constrain the movement of the attachment

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
pathCurvescurve or edge

Property Documentation

unsafe NXOpen.Direction NXOpen.Mechatronics.PathConstraintJointBuilder.AxisVector
getset

Returns or sets the axis vector which is tangent to the path curve at the selected point

Created in NX10.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.Mechatronics.PathConstraintFrameBuilderList NXOpen.Mechatronics.PathConstraintJointBuilder.FrameList
get

Returns the list containing the defined frames.

Created in NX10.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.PathConstraintJointBuilder.PathPreview
getset

Returns or sets the path preview

Created in NX10.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.Mechatronics.PathConstraintJointBuilder.PathTypes NXOpen.Mechatronics.PathConstraintJointBuilder.PathType
getset

Returns or sets the path type.

Created in NX10.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.Point NXOpen.Mechatronics.PathConstraintJointBuilder.PointOnCurve
getset

Returns or sets the selected point on curve

Created in NX10.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.