Class InspectionTorusFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionTorusFeatureBuilder
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 InspectionTorusFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionTorusFeatureBuilder()
Declaration
protected InspectionTorusFeatureBuilder()
Properties
AxisDirectionI
Declaration
public double AxisDirectionI { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AxisDirectionJ
Declaration
public double AxisDirectionJ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AxisDirectionK
Declaration
public double AxisDirectionK { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointX
Declaration
public double CenterPointX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointY
Declaration
public double CenterPointY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointZ
Declaration
public double CenterPointZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CsysReferenceType
Declaration
public CamInspectionOperationCsysreferencetypes CsysReferenceType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationCsysreferencetypes |
InnerOuterType
Declaration
public CamInspectionOperationInneroutertypes InnerOuterType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationInneroutertypes |
MajorRadius
Declaration
public double MajorRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinorRadius
Declaration
public double MinorRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedTorus
Declaration
public SelectNXObject SelectedTorus { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Methods
FlipAxisDirection()
Declaration
public void FlipAxisDirection()
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink