Class RadiusAnalysisBuilder
Inheritance
RadiusAnalysisBuilder
Assembly: NXOpen.dll
Syntax
public class RadiusAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RadiusAnalysisBuilder()
Declaration
protected RadiusAnalysisBuilder()
Properties
DataRange
Declaration
public FaceAnalysisDataRangeBuilder DataRange { get; }
Property Value
DisplayMode
Declaration
public RadiusAnalysisBuilder.DisplayModes DisplayMode { get; set; }
Property Value
DisplaySettings
Declaration
public FaceAnalysisDisplayBuilder DisplaySettings { get; }
Property Value
DynamicLabel
Declaration
public GeometricConstraintDataManager DynamicLabel { get; }
Property Value
Faces
Declaration
public SelectDisplayableObjectList Faces { get; }
Property Value
Normals
Declaration
public FaceAnalysisNormalsBuilder Normals { get; }
Property Value
NumberOfContourLines
Declaration
public int NumberOfContourLines { get; set; }
Property Value
Plane
Declaration
public Plane Plane { get; set; }
Property Value
SpikeLength
Declaration
public double SpikeLength { get; set; }
Property Value
Type
Declaration
public RadiusAnalysisBuilder.Types Type { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Methods
StartRadiusAnalysis()
Declaration
public void StartRadiusAnalysis()
UpdateDisplayOnPlaneChange()
Declaration
public void UpdateDisplayOnPlaneChange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink