Class OrientGeomBuilder
Inheritance
System.Object
System.MarshalByRefObject
OrientGeomBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class OrientGeomBuilder : NCGroupBuilder, IMessageSink, IComponentBuilder
Constructors
OrientGeomBuilder()
Declaration
protected OrientGeomBuilder()
Properties
FixtureOffsetBuilder
Declaration
public InheritableIntBuilder FixtureOffsetBuilder { get; }
Property Value
Type | Description |
---|---|
InheritableIntBuilder |
LayoutCiBuilder
Declaration
public LayoutCiBuilder LayoutCiBuilder { get; }
Property Value
Type | Description |
---|---|
LayoutCiBuilder |
LinkRcsToMcs
Declaration
public bool LinkRcsToMcs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mcs
Declaration
public CartesianCoordinateSystem Mcs { get; set; }
Property Value
Type | Description |
---|---|
CartesianCoordinateSystem |
Rcs
Declaration
public CartesianCoordinateSystem Rcs { get; set; }
Property Value
Type | Description |
---|---|
CartesianCoordinateSystem |
ToolAxisVector
Declaration
public NXObject ToolAxisVector { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
Methods
GetCsysPurposeMode()
Declaration
public OrientGeomBuilder.CsysPurposeModes GetCsysPurposeMode()
Returns
Type | Description |
---|---|
OrientGeomBuilder.CsysPurposeModes |
GetSpecialOutputMode()
Declaration
public OrientGeomBuilder.SpecialOutputModes GetSpecialOutputMode()
Returns
Type | Description |
---|---|
OrientGeomBuilder.SpecialOutputModes |
GetToolAxisMode()
Declaration
public OrientGeomBuilder.ToolAxisModes GetToolAxisMode()
Returns
Type | Description |
---|---|
OrientGeomBuilder.ToolAxisModes |
SetCsysPurposeMode(OrientGeomBuilder.CsysPurposeModes)
Declaration
public void SetCsysPurposeMode(OrientGeomBuilder.CsysPurposeModes csysPurposeMode)
Parameters
Type | Name | Description |
---|---|---|
OrientGeomBuilder.CsysPurposeModes | csysPurposeMode |
SetSpecialOutputMode(OrientGeomBuilder.SpecialOutputModes)
Declaration
public void SetSpecialOutputMode(OrientGeomBuilder.SpecialOutputModes specialOutputMode)
Parameters
Type | Name | Description |
---|---|---|
OrientGeomBuilder.SpecialOutputModes | specialOutputMode |
SetToolAxisMode(OrientGeomBuilder.ToolAxisModes)
Declaration
public void SetToolAxisMode(OrientGeomBuilder.ToolAxisModes toolAxisMode)
Parameters
Type | Name | Description |
---|---|---|
OrientGeomBuilder.ToolAxisModes | toolAxisMode |
Implements
System.Runtime.Remoting.Messaging.IMessageSink