Class InspectionSurfaceFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionSurfaceFeatureBuilder
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 InspectionSurfaceFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionSurfaceFeatureBuilder()
Declaration
protected InspectionSurfaceFeatureBuilder()
Properties
EndUDistance
Declaration
public double EndUDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndUPercent
Declaration
public double EndUPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndVDistance
Declaration
public double EndVDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndVPercent
Declaration
public double EndVPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsPointDefinitionChanged
Declaration
public bool IsPointDefinitionChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfUPoints
Declaration
public int NumberOfUPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfVPoints
Declaration
public int NumberOfVPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PointDataDefinition
Declaration
public InspectionSurfaceFeatureBuilder.PointDataDefinitionType PointDataDefinition { get; set; }
Property Value
PointSelector
Declaration
public SelectPointList PointSelector { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectedFace
Declaration
public SelectFace SelectedFace { get; }
Property Value
StartUDistance
Declaration
public double StartUDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartUPercent
Declaration
public double StartUPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartVDistance
Declaration
public double StartVDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartVPercent
Declaration
public double StartVPercent { get; set; }
Property Value
Type |
Description |
System.Double |
|
UStartEndMode
Declaration
public InspectionSurfaceFeatureBuilder.StartEndModeType UStartEndMode { get; set; }
Property Value
VStartEndMode
Declaration
public InspectionSurfaceFeatureBuilder.StartEndModeType VStartEndMode { get; set; }
Property Value
Methods
ErasePointDefinitionDisplay()
Declaration
public void ErasePointDefinitionDisplay()
PreviewPointData(Boolean)
Declaration
public void PreviewPointData(bool showExisting)
Parameters
Type |
Name |
Description |
System.Boolean |
showExisting |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink