NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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

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 ( )

Gets the align vector type.

Created in NX12.0.0

License requirements: None.

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

Gets the csys.

Created in NX12.0.0

License requirements: None.

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

Gets the offset value.

Created in NX12.0.0

License requirements: None.

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

Gets the offset csys.

Created in NX12.0.0

License requirements: None.

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

Gets the reference diameter.

Created in NX12.0.0

License requirements: None.

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

Gets the seed csys.

Created in NX12.0.0

License requirements: None.

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

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)

Sets the align vector type.

Created in NX12.0.0

License requirements: None.

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

Sets the csys.

Created in NX12.0.0

License requirements: None.

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

Sets the selected edges.

Created in NX12.0.0

License requirements: None.

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

Sets the reference diameter.

Created in NX12.0.0

License requirements: None.

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

Sets the offset csys.

Created in NX12.0.0

License requirements: None.

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

Sets the reference diameter.

Created in NX12.0.0

License requirements: None.

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

Sets the seed csys.

Created in NX12.0.0

License requirements: None.

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

Update the offset csys.

Created in NX12.0.0

License requirements: None.


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