Search Results for

    Show / Hide Table of Contents

    Class NCAssistantBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    NCAssistantBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAM
    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
    Type Description
    NCAssistantBuilder.AnalysisTypes

    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
    Type Description
    SelectFaceList

    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
    Type Description
    Plane

    ReferenceVector

    Declaration
    public Direction ReferenceVector { get; set; }
    Property Value
    Type Description
    Direction

    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

    Information()

    Declaration
    public void Information()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX