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

Represents a NXOpen.Tooling.QuickDatumCsysBuilder builder. More...

Inheritance diagram for NXOpen.Tooling.QuickDatumCsysBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AlignVectors {
  X, NegativeX, Y, NegativeY,
  Z, NegativeZ
}
 Represents an index to components list type. More...
 

Public Member Functions

unsafe
NXOpen.Tooling.QuickDatumCsysBuilder.AlignVectors 
GetAlignVector ()
 Gets the align vector type. More...
 
unsafe NXOpen.CoordinateSystem[] GetCsys ()
 Gets the csys. More...
 
unsafe double GetOffset ()
 Gets the offset value. More...
 
unsafe NXOpen.CoordinateSystem GetOffsetCsys ()
 Gets the offset csys. More...
 
unsafe double GetReferenceDiameter ()
 Gets the reference diameter. More...
 
unsafe NXOpen.CoordinateSystem GetSeedCsys ()
 Gets the seed csys. More...
 
unsafe void RemoveEdges (NXOpen.Edge[] edges)
 Romoves the selected edges. More...
 
unsafe void SetAlignVector (NXOpen.Tooling.QuickDatumCsysBuilder.AlignVectors alignVector)
 Sets the align vector type. More...
 
unsafe void SetCsys (NXOpen.CoordinateSystem[] csys)
 Sets the csys. More...
 
unsafe void SetEdges (NXOpen.Edge[] edges)
 Sets the selected edges. More...
 
unsafe void SetOffset (double offset)
 Sets the reference diameter. More...
 
unsafe void SetOffsetCsys (NXOpen.CoordinateSystem offsetCsys)
 Sets the offset csys. More...
 
unsafe void SetReferenceDiameter (double referenceDiameter)
 Sets the reference diameter. More...
 
unsafe void SetSeedCsys (NXOpen.CoordinateSystem seedCsys)
 Sets the seed csys. More...
 
unsafe void UpdateOffsetCsys ()
 Update the offset csys. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen.Tooling.QuickDatumCsysBuilder builder.

Use the NXOpen.Tooling.ReusableObjectManager class to create a QuickDatumCsysBuilder.

Created in NX12.0.0

Member Enumeration Documentation

Represents an index to components list type.

Enumerator
X 

A list includes X vector

NegativeX 

A list includes negative X vector

Y 

A list includes Y vector

NegativeY 

A list includes negative Y vector

Z 

A list includes Z vector

NegativeZ 

A list includes negative Z vector

Member Function Documentation

unsafe NXOpen.Tooling.QuickDatumCsysBuilder.AlignVectors NXOpen.Tooling.QuickDatumCsysBuilder.GetAlignVector ( )
inline

Gets the align vector type.

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.CoordinateSystem [] NXOpen.Tooling.QuickDatumCsysBuilder.GetCsys ( )
inline

Gets the csys.

Created in NX12.0.0

License requirements: None.

Returns
The csys.
unsafe double NXOpen.Tooling.QuickDatumCsysBuilder.GetOffset ( )
inline

Gets the offset value.

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.CoordinateSystem NXOpen.Tooling.QuickDatumCsysBuilder.GetOffsetCsys ( )
inline

Gets the offset csys.

Created in NX12.0.0

License requirements: None.

Returns
unsafe double NXOpen.Tooling.QuickDatumCsysBuilder.GetReferenceDiameter ( )
inline

Gets the reference diameter.

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.CoordinateSystem NXOpen.Tooling.QuickDatumCsysBuilder.GetSeedCsys ( )
inline

Gets the seed csys.

Created in NX12.0.0

License requirements: None.

Returns
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.RemoveEdges ( NXOpen.Edge[]  edges)
inline

Romoves the selected edges.

Created in NX12.0.0

License requirements: None.

Parameters
edgesThe Edges.
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetAlignVector ( NXOpen.Tooling.QuickDatumCsysBuilder.AlignVectors  alignVector)
inline

Sets the align vector type.

Created in NX12.0.0

License requirements: None.

Parameters
alignVector
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetCsys ( NXOpen.CoordinateSystem[]  csys)
inline

Sets the csys.

Created in NX12.0.0

License requirements: None.

Parameters
csysThe Csys.
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetEdges ( NXOpen.Edge[]  edges)
inline

Sets the selected edges.

Created in NX12.0.0

License requirements: None.

Parameters
edgesThe Edges.
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetOffset ( double  offset)
inline

Sets the reference diameter.

Created in NX12.0.0

License requirements: None.

Parameters
offset
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetOffsetCsys ( NXOpen.CoordinateSystem  offsetCsys)
inline

Sets the offset csys.

Created in NX12.0.0

License requirements: None.

Parameters
offsetCsys
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetReferenceDiameter ( double  referenceDiameter)
inline

Sets the reference diameter.

Created in NX12.0.0

License requirements: None.

Parameters
referenceDiameter
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.SetSeedCsys ( NXOpen.CoordinateSystem  seedCsys)
inline

Sets the seed csys.

Created in NX12.0.0

License requirements: None.

Parameters
seedCsys
unsafe void NXOpen.Tooling.QuickDatumCsysBuilder.UpdateOffsetCsys ( )
inline

Update the offset csys.

Created in NX12.0.0

License requirements: None.


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