Class InspectionConeFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionConeFeatureBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class InspectionConeFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionConeFeatureBuilder()
Declaration
protected InspectionConeFeatureBuilder()
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 |
|
Declaration
public InspectionAxisExtrapolationModeBuilder AxisExtrapolationModeBuilder { get; }
Property Value
AxisVector
Declaration
public Direction AxisVector { get; set; }
Property Value
CsysReferenceType
Declaration
public CamInspectionOperationCsysreferencetypes CsysReferenceType { get; set; }
Property Value
CylinderCircleFitModeBuilder
Declaration
public InspectionCylinderCircleFitModeBuilder CylinderCircleFitModeBuilder { get; }
Property Value
ExtentType
Declaration
public CamInspectionOperationExtenttypes ExtentType { get; set; }
Property Value
IncludedAngle
Declaration
public double IncludedAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
InnerOuterType
Declaration
public CamInspectionOperationInneroutertypes InnerOuterType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedCone
Declaration
public SelectNXObject SelectedCone { get; }
Property Value
VertexPointX
Declaration
public double VertexPointX { get; set; }
Property Value
Type |
Description |
System.Double |
|
VertexPointY
Declaration
public double VertexPointY { get; set; }
Property Value
Type |
Description |
System.Double |
|
VertexPointZ
Declaration
public double VertexPointZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink