Class NCAssistantBuilder
Inheritance
NCAssistantBuilder
Assembly: NXOpen.dll
Syntax
public class NCAssistantBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NCAssistantBuilder()
Declaration
protected NCAssistantBuilder()
Properties
AnalysisType
Declaration
public NCAssistantBuilder.AnalysisTypes AnalysisType { get; set; }
Property Value
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
FacesToAnalyze
Declaration
public SelectFaceList FacesToAnalyze { get; }
Property Value
MaximumAngle
Declaration
public double MaximumAngle { get; set; }
Property Value
MaximumLevel
Declaration
public double MaximumLevel { get; set; }
Property Value
MaximumRadius
Declaration
public double MaximumRadius { get; set; }
Property Value
MinimumAngle
Declaration
public double MinimumAngle { get; set; }
Property Value
MinimumLevel
Declaration
public double MinimumLevel { get; set; }
Property Value
MinimumRadius
Declaration
public double MinimumRadius { get; set; }
Property Value
RadiusTolerance
Declaration
public double RadiusTolerance { get; set; }
Property Value
ReferencePlane
Declaration
public Plane ReferencePlane { get; set; }
Property Value
ReferenceVector
Declaration
public Direction ReferenceVector { get; set; }
Property Value
SaveFaceColors
Declaration
public bool SaveFaceColors { get; set; }
Property Value
Methods
AnalyzeGeometry()
Declaration
public void AnalyzeGeometry()
GetResults(out Face[], out double[])
Declaration
public bool GetResults(out Face[] analyzedFaces, out double[] doubleValue)
Parameters
Type |
Name |
Description |
Face[] |
analyzedFaces |
|
double[] |
doubleValue |
|
Returns
Declaration
public void Information()
Implements
System.Runtime.Remoting.Messaging.IMessageSink