Class InspectionPointFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionPointFeatureBuilder
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 InspectionPointFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionPointFeatureBuilder()
Declaration
protected InspectionPointFeatureBuilder()
Properties
CsysReferenceType
Declaration
public CamInspectionOperationCsysreferencetypes CsysReferenceType { get; set; }
Property Value
Type | Description |
---|---|
CamInspectionOperationCsysreferencetypes |
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 |
PointX
Declaration
public double PointX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointY
Declaration
public double PointY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PointZ
Declaration
public double PointZ { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProjectToFace
Declaration
public bool ProjectToFace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectPoint
Declaration
public Point SelectPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectProjectionFaces
Declaration
public SelectNXObjectList SelectProjectionFaces { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Methods
FlipNormal()
Declaration
public void FlipNormal()
SetProjectionFaces(Face[])
Declaration
public void SetProjectionFaces(Face[] projectionFaces)
Parameters
Type | Name | Description |
---|---|---|
Face[] | projectionFaces |
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink