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

Represents a OrientGeom Builder More...

Inheritance diagram for NXOpen.CAM.OrientGeomBuilder:
NXOpen.CAM.NCGroupBuilder NXOpen.CAM.ParamBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAM.MillOrientGeomBuilder NXOpen.CAM.TurnOrientGeomBuilder NXOpen.CAM.WedmOrientGeomBuilder

Public Types

enum  CsysPurposeModes { Local, Main }
 The CSYS purpose mode options More...
 
enum  SpecialOutputModes {
  None, UseMainMcs, FixtureOffset, CsysRotation,
  UseInheritedMcs
}
 The special output mode options More...
 
enum  ToolAxisModes { PositiveZOfMcs, FixedAxis, AllAxes }
 the tool axis mode options More...
 

Public Member Functions

unsafe
NXOpen.CAM.OrientGeomBuilder.CsysPurposeModes 
GetCsysPurposeMode ()
 Returns the CSYS purpose More...
 
unsafe
NXOpen.CAM.OrientGeomBuilder.SpecialOutputModes 
GetSpecialOutputMode ()
 Returns the Special Output More...
 
unsafe
NXOpen.CAM.OrientGeomBuilder.ToolAxisModes 
GetToolAxisMode ()
 Returns the tool axis mode More...
 
unsafe void SetCsysPurposeMode (NXOpen.CAM.OrientGeomBuilder.CsysPurposeModes csysPurposeMode)
 Sets the CSYS purpose More...
 
unsafe void SetSpecialOutputMode (NXOpen.CAM.OrientGeomBuilder.SpecialOutputModes specialOutputMode)
 Sets the Special Output More...
 
unsafe void SetToolAxisMode (NXOpen.CAM.OrientGeomBuilder.ToolAxisModes toolAxisMode)
 Sets the tool axis mode More...
 

Properties

unsafe
NXOpen.CAM.InheritableIntBuilder 
FixtureOffsetBuilder [get]
 Returns the Fixture Offset builder More...
 
unsafe NXOpen.CAM.LayoutCiBuilder LayoutCiBuilder [get]
 Returns the Save Layer/Layout builder More...
 
unsafe bool LinkRcsToMcs [get, set]
 Returns or sets the link RCS to MCS More...
 
unsafe
NXOpen.CartesianCoordinateSystem 
Mcs [get, set]
 Returns or sets the MCS More...
 
unsafe
NXOpen.CartesianCoordinateSystem 
Rcs [get, set]
 Returns or sets the RCS More...
 
unsafe
NXOpen.CAM.ToolAxisFilterBuilder 
ToolAxisFilterBuilder [get]
 Returns the tool axis filter builder More...
 
unsafe NXOpen.NXObject ToolAxisVector [get, set]
 Returns or sets the tool axis vector More...
 
- Properties inherited from NXOpen.CAM.NCGroupBuilder
unsafe string Description [get, set]
 Returns or sets the description More...
 
unsafe NXOpen.CAM.UdeSet EndUdeSet [get]
 Returns the end ude set More...
 
unsafe NXOpen.CAM.UdeSet StartUdeSet [get]
 Returns the start ude set More...
 
- Properties inherited from NXOpen.CAM.ParamBuilder
unsafe NXOpen.CAM.Ude CycleEvent [get]
 Returns the cycle event More...
 
unsafe NXOpen.CAM.Cycle CycleTable [get]
 Returns the cycle More...
 
unsafe
NXOpen.CAM.ParamBuilder.OptimizationTypes 
OptimizationMethod [get, set]
 Returns or sets the optim method More...
 
unsafe NXOpen.CAM.NCGroup TargetPocket [get, set]
 Returns or sets the target pocket 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 OrientGeom Builder

This is an abstract class, and cannot be instantiated.

Created in NX5.0.0

Member Enumeration Documentation

The CSYS purpose mode options

Enumerator
Local 

CSYS purpose mode: Local

Main 

CSYS purpose mode: Main

The special output mode options

Enumerator
None 

Special output mode: None

UseMainMcs 

Special output mode: Use main MCS

FixtureOffset 

Special output mode: Fixture offset

CsysRotation 

Special output mode: CSYS rotation

UseInheritedMcs 

Special output mode: Use Inherited MCS

the tool axis mode options

Enumerator
PositiveZOfMcs 

Tool axis mode: +Z of MCS

FixedAxis 

Tool axis mode: Fixed axis

AllAxes 

Tool axis mode: All axes

Member Function Documentation

unsafe NXOpen.CAM.OrientGeomBuilder.CsysPurposeModes NXOpen.CAM.OrientGeomBuilder.GetCsysPurposeMode ( )
inline

Returns the CSYS purpose

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Returns
the CSYS purpose mode
unsafe NXOpen.CAM.OrientGeomBuilder.SpecialOutputModes NXOpen.CAM.OrientGeomBuilder.GetSpecialOutputMode ( )
inline

Returns the Special Output

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Returns
the special output mode
unsafe NXOpen.CAM.OrientGeomBuilder.ToolAxisModes NXOpen.CAM.OrientGeomBuilder.GetToolAxisMode ( )
inline

Returns the tool axis mode

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Returns
the integer value
unsafe void NXOpen.CAM.OrientGeomBuilder.SetCsysPurposeMode ( NXOpen.CAM.OrientGeomBuilder.CsysPurposeModes  csysPurposeMode)
inline

Sets the CSYS purpose

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
csysPurposeModethe CSYS purpose mode
unsafe void NXOpen.CAM.OrientGeomBuilder.SetSpecialOutputMode ( NXOpen.CAM.OrientGeomBuilder.SpecialOutputModes  specialOutputMode)
inline

Sets the Special Output

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
specialOutputModethe special output mode
unsafe void NXOpen.CAM.OrientGeomBuilder.SetToolAxisMode ( NXOpen.CAM.OrientGeomBuilder.ToolAxisModes  toolAxisMode)
inline

Sets the tool axis mode

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

Parameters
toolAxisModethe integer value

Property Documentation

unsafe NXOpen.CAM.InheritableIntBuilder NXOpen.CAM.OrientGeomBuilder.FixtureOffsetBuilder
get

Returns the Fixture Offset builder

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.CAM.LayoutCiBuilder NXOpen.CAM.OrientGeomBuilder.LayoutCiBuilder
get

Returns the Save Layer/Layout builder

Created in NX5.0.0

License requirements: cam_base ("CAM BASE")

unsafe bool NXOpen.CAM.OrientGeomBuilder.LinkRcsToMcs
getset

Returns or sets the link RCS to MCS

Created in NX5.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CartesianCoordinateSystem NXOpen.CAM.OrientGeomBuilder.Mcs
getset

Returns or sets the MCS

Created in NX5.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CartesianCoordinateSystem NXOpen.CAM.OrientGeomBuilder.Rcs
getset

Returns or sets the RCS

Created in NX5.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")

unsafe NXOpen.CAM.ToolAxisFilterBuilder NXOpen.CAM.OrientGeomBuilder.ToolAxisFilterBuilder
get

Returns the tool axis filter builder

Created in NX1847.0.0

License requirements: cam_base ("CAM BASE")

unsafe NXOpen.NXObject NXOpen.CAM.OrientGeomBuilder.ToolAxisVector
getset

Returns or sets the tool axis vector

Created in NX5.0.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")


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