Class InspectionSurfaceFeatureBuilder
Inheritance
InspectionSurfaceFeatureBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionSurfaceFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionSurfaceFeatureBuilder()
Declaration
protected InspectionSurfaceFeatureBuilder()
Properties
DataFilterBuilder
Declaration
public InspectionFeatureDataFilterBuilder DataFilterBuilder { get; }
Property Value
EndUDistance
Declaration
public double EndUDistance { get; set; }
Property Value
EndUPercent
Declaration
public double EndUPercent { get; set; }
Property Value
EndVDistance
Declaration
public double EndVDistance { get; set; }
Property Value
EndVPercent
Declaration
public double EndVPercent { get; set; }
Property Value
IsPointDefinitionChanged
Declaration
public bool IsPointDefinitionChanged { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumberOfUPoints
Declaration
public int NumberOfUPoints { get; set; }
Property Value
NumberOfVPoints
Declaration
public int NumberOfVPoints { get; set; }
Property Value
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
SelectedFace
Declaration
public SelectFace SelectedFace { get; }
Property Value
SelectedGeometry
Declaration
public SelectNXObjectList SelectedGeometry { get; }
Property Value
StartUDistance
Declaration
public double StartUDistance { get; set; }
Property Value
StartUPercent
Declaration
public double StartUPercent { get; set; }
Property Value
StartVDistance
Declaration
public double StartVDistance { get; set; }
Property Value
StartVPercent
Declaration
public double StartVPercent { get; set; }
Property Value
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(bool)
Declaration
public void PreviewPointData(bool showExisting)
Parameters
Type |
Name |
Description |
bool |
showExisting |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink