Class SlopeAnalysisBuilder
Inheritance
SlopeAnalysisBuilder
Assembly: NXOpen.dll
Syntax
public class SlopeAnalysisBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SlopeAnalysisBuilder()
Declaration
protected SlopeAnalysisBuilder()
Properties
DataRange
Declaration
public FaceAnalysisDataRangeBuilder DataRange { get; }
Property Value
DisplayMode
Declaration
public SlopeAnalysisBuilder.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
PmiPoint
Declaration
public SelectNXObjectList PmiPoint { get; }
Property Value
SpikeLength
Declaration
public double SpikeLength { get; set; }
Property Value
Vector
Declaration
public Direction Vector { get; set; }
Property Value
Methods
CreatePMILabel(Point3d, DisplayableObject)
Declaration
public void CreatePMILabel(Point3d location, DisplayableObject face)
Parameters
StartSlopeAnalysis()
Declaration
public void StartSlopeAnalysis()
Implements
System.Runtime.Remoting.Messaging.IMessageSink