Class InspectionCurveFeatureBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionCurveFeatureBuilder
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 InspectionCurveFeatureBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionCurveFeatureBuilder()
Declaration
protected InspectionCurveFeatureBuilder()
Properties
ApproachDirection
Declaration
public Direction ApproachDirection { get; set; }
Property Value
CurvatureFactor
Declaration
public double CurvatureFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndDistance
Declaration
public double EndDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndPercentage
Declaration
public double EndPercentage { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsPointDefinitionChanged
Declaration
public bool IsPointDefinitionChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumSpacing
Declaration
public double MaximumSpacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumNumberOfPoints
Declaration
public int MinimumNumberOfPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinimumSpacing
Declaration
public double MinimumSpacing { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OffsetDistance
Declaration
public InheritableDoubleBuilder OffsetDistance { get; }
Property Value
PointDataDefinition
Declaration
public InspectionCurveFeatureBuilder.PointDataDefinitionType PointDataDefinition { get; set; }
Property Value
PointSelector
Declaration
public SelectPointList PointSelector { get; }
Property Value
SelectedCurves
Declaration
public SelectNXObjectList SelectedCurves { get; }
Property Value
SelectedSurfaces
Declaration
public SelectNXObjectList SelectedSurfaces { get; }
Property Value
StartDistance
Declaration
public double StartDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartEndMode
Declaration
public InspectionCurveFeatureBuilder.StartEndModeType StartEndMode { get; set; }
Property Value
StartPercentage
Declaration
public double StartPercentage { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
ErasePointDefinitionDisplay()
Declaration
public void ErasePointDefinitionDisplay()
PreviewPointData(Boolean)
Declaration
public void PreviewPointData(bool showExisting)
Parameters
Type |
Name |
Description |
System.Boolean |
showExisting |
|
ReverseFeatureNormal()
Declaration
public void ReverseFeatureNormal()
ReverseOffsetDirection()
Declaration
public void ReverseOffsetDirection()
SetSelectedSurfaces(Face[])
Declaration
public void SetSelectedSurfaces(Face[] selectedSurfaces)
Parameters
Type |
Name |
Description |
Face[] |
selectedSurfaces |
|
UpdateOffset()
Declaration
public void UpdateOffset()
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink