Class InspectionEdgePointFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionEdgePointFeatureBuilder
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 InspectionEdgePointFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionEdgePointFeatureBuilder()
Declaration
protected InspectionEdgePointFeatureBuilder()
Properties
CsysReferenceType
Declaration
public CamInspectionOperationCsysreferencetypes CsysReferenceType { 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 |
|
OffsetValue
Declaration
public InheritableDoubleBuilder OffsetValue { get; }
Property Value
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 |
|
ReverseEdgeDirection
Declaration
public bool ReverseEdgeDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReverseSurfaceDirection
Declaration
public bool ReverseSurfaceDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectAdjacentSurface
Declaration
public SelectNXObjectList SelectAdjacentSurface { get; }
Property Value
SelectPoint
Declaration
public Point SelectPoint { get; set; }
Property Value
SurfaceNormalVectorI
Declaration
public double SurfaceNormalVectorI { get; set; }
Property Value
Type |
Description |
System.Double |
|
SurfaceNormalVectorJ
Declaration
public double SurfaceNormalVectorJ { get; set; }
Property Value
Type |
Description |
System.Double |
|
SurfaceNormalVectorK
Declaration
public double SurfaceNormalVectorK { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
FlipNormal()
Declaration
FlipSurfaceNormal()
Declaration
public void FlipSurfaceNormal()
SetAdjacentSurface(Face)
Declaration
public void SetAdjacentSurface(Face adjacentSurface)
Parameters
Type |
Name |
Description |
Face |
adjacentSurface |
|
UpdateOffset()
Declaration
public void UpdateOffset()
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink