Class InspectionArcFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionArcFeatureBuilder
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 InspectionArcFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionArcFeatureBuilder()
Declaration
protected InspectionArcFeatureBuilder()
Properties
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 |
|
CsysRefType
Declaration
public CamInspectionOperationCsysreferencetypes CsysRefType { get; set; }
Property Value
CylinderCircleFitModeBuilder
Declaration
public InspectionCylinderCircleFitModeBuilder CylinderCircleFitModeBuilder { get; }
Property Value
EndAngle
Declaration
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
InOutType
Declaration
public CamInspectionOperationInneroutertypes InOutType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NormalVectorI
Declaration
public double NormalVectorI { get; set; }
Property Value
Type |
Description |
System.Double |
|
NormalVectorJ
Declaration
public double NormalVectorJ { get; set; }
Property Value
Type |
Description |
System.Double |
|
NormalVectorK
Declaration
public double NormalVectorK { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetDistance
Declaration
public InheritableDoubleBuilder OffsetDistance { get; }
Property Value
Radius
Declaration
public double Radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectArc
Declaration
public SelectNXObjectList SelectArc { get; }
Property Value
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartVectorI
Declaration
public double StartVectorI { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartVectorJ
Declaration
public double StartVectorJ { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartVectorK
Declaration
public double StartVectorK { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
FlipNormal()
Declaration
ReverseOffsetDirection()
Declaration
public void ReverseOffsetDirection()
UpdateOffset()
Declaration
public void UpdateOffset()
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink