Class InspectionCylinderFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionCylinderFeatureBuilder
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 InspectionCylinderFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionCylinderFeatureBuilder()
Declaration
protected InspectionCylinderFeatureBuilder()
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
BasePointX
Declaration
public double BasePointX { get; set; }
Property Value
Type |
Description |
System.Double |
|
BasePointY
Declaration
public double BasePointY { get; set; }
Property Value
Type |
Description |
System.Double |
|
BasePointZ
Declaration
public double BasePointZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
CsysReferenceType
Declaration
public CamInspectionOperationCsysreferencetypes CsysReferenceType { get; set; }
Property Value
CylinderCircleFitModeBuilder
Declaration
public InspectionCylinderCircleFitModeBuilder CylinderCircleFitModeBuilder { get; }
Property Value
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
ExtentType
Declaration
public CamInspectionOperationExtenttypes ExtentType { get; set; }
Property Value
InnerOuterType
Declaration
public CamInspectionOperationInneroutertypes InnerOuterType { get; set; }
Property Value
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedCylinder
Declaration
public SelectNXObject SelectedCylinder { get; }
Property Value
SelectedGeometry
Declaration
public SelectNXObjectList SelectedGeometry { get; }
Property Value
Methods
FlipAxisDirection()
Declaration
public void FlipAxisDirection()
UpdateAxisDirection(Vector3d)
Declaration
public void UpdateAxisDirection(Vector3d vector)
Parameters
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink