Class InspectionPlaneFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionPlaneFeatureBuilder
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 InspectionPlaneFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionPlaneFeatureBuilder()
Declaration
protected InspectionPlaneFeatureBuilder()
Properties
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
Type | Description |
---|---|
CamInspectionOperationCsysreferencetypes |
ExtentType
Declaration
public CamInspectionOperationExtenttypes ExtentType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationExtenttypes |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NormalVector
Declaration
public Direction NormalVector { get; set; }
Property Value
Type | Description |
---|---|
Direction |
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 |
ReverseFaceNormal
Declaration
public bool ReverseFaceNormal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedPlane
Declaration
public SelectNXObjectList SelectedPlane { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
FlipNormal()
Declaration
public void FlipNormal()
UpdateNormalVector(Vector3d)
Declaration
public void UpdateNormalVector(Vector3d vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | vector |
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink