Class NCAssistantBuilder
Inheritance
System.Object
System.MarshalByRefObject
NCAssistantBuilder
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 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
Type |
Description |
System.Double |
|
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
FacesToAnalyze
Declaration
public SelectFaceList FacesToAnalyze { get; }
Property Value
MaximumAngle
Declaration
public double MaximumAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumLevel
Declaration
public double MaximumLevel { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaximumRadius
Declaration
public double MaximumRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumAngle
Declaration
public double MinimumAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumLevel
Declaration
public double MinimumLevel { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumRadius
Declaration
public double MinimumRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
RadiusTolerance
Declaration
public double RadiusTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Boolean |
|
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 |
|
System.Double[] |
doubleValue |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void Information()
Implements
System.Runtime.Remoting.Messaging.IMessageSink