NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Motion.LinkAttachmentData Class Reference

Represents a Motion.LinkAttachmentData . More...

Inheritance diagram for NXOpen.Motion.LinkAttachmentData:
NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe NXOpen.Matrix3x3 GetOrientation ()
 The orientation matrix More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.CoordinateSystem Csys [get, set]
 Returns or sets the csys - if the selected type is CSYS, use this method to access it. More...
 
unsafe NXOpen.Motion.SelectLink Link [get]
 Returns the link More...
 
unsafe NXOpen.Point Origin [get, set]
 Returns or sets the origin More...
 
unsafe NXOpen.Direction Vector [get, set]
 Returns or sets the vector - if the selected type is Vector, use this method to access it. More...
 

Detailed Description

Represents a Motion.LinkAttachmentData .

Should be used by entities that hold a Link, Origin, and/or either one of Vector and CoordinateSystem. Setting the CSYS will make the Vector null. Setting the Vector will make the CSYS null

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.Matrix3x3 NXOpen.Motion.LinkAttachmentData.GetOrientation ( )

The orientation matrix

Created in NX11.0.0

License requirements: None.

Returns
unsafe bool NXOpen.Motion.LinkAttachmentData.Validate ( )

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.Motion.LinkAttachmentData.Csys
getset

Returns or sets the csys - if the selected type is CSYS, use this method to access it.

Note: use either one of Vector and CSYS, not both

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Motion.SelectLink NXOpen.Motion.LinkAttachmentData.Link
get

Returns the link

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.Motion.LinkAttachmentData.Origin
getset

Returns or sets the origin

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Direction NXOpen.Motion.LinkAttachmentData.Vector
getset

Returns or sets the vector - if the selected type is Vector, use this method to access it.

Note: use either one of Vector and CSYS, not both

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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