Class InspectionLineFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionLineFeatureBuilder
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 InspectionLineFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionLineFeatureBuilder()
Declaration
protected InspectionLineFeatureBuilder()
Properties
CsysRefType
Declaration
public CamInspectionOperationCsysreferencetypes CsysRefType { get; set; }
Property Value
ExtentType
Declaration
public CamInspectionOperationExtenttypes ExtentType { get; set; }
Property Value
ILine
Declaration
public double ILine { get; set; }
Property Value
Type |
Description |
System.Double |
|
INormal
Declaration
public double INormal { get; set; }
Property Value
Type |
Description |
System.Double |
|
JLine
Declaration
public double JLine { get; set; }
Property Value
Type |
Description |
System.Double |
|
JNormal
Declaration
public double JNormal { get; set; }
Property Value
Type |
Description |
System.Double |
|
KLine
Declaration
public double KLine { get; set; }
Property Value
Type |
Description |
System.Double |
|
KNormal
Declaration
public double KNormal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
LineDirection
Declaration
public Direction LineDirection { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OffsetDistance
Declaration
public InheritableDoubleBuilder OffsetDistance { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectLine
Declaration
public SelectNXObject SelectLine { get; }
Property Value
SelectNormalSurface
Declaration
public SelectNXObject SelectNormalSurface { get; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
Z
Declaration
public double Z { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
FlipLineDirection()
Declaration
public void FlipLineDirection()
FlipNormal()
Declaration
ReverseOffsetDirection()
Declaration
public void ReverseOffsetDirection()
SetNormalSurface(Face)
Declaration
public void SetNormalSurface(Face normalSurface)
Parameters
Type |
Name |
Description |
Face |
normalSurface |
|
UpdateNormal()
Declaration
public void UpdateNormal()
UpdateOffset()
Declaration
public void UpdateOffset()
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink