Search Results for

    Show / Hide Table of Contents

    Class FeatureExtractionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureExtractionBuilder
    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.Facet
    Assembly: NXOpen.dll
    Syntax
    public class FeatureExtractionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FeatureExtractionBuilder()

    Declaration
    protected FeatureExtractionBuilder()

    Properties

    AreBordersEnabled

    Declaration
    public bool AreBordersEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    AreRegionsEnabled

    Declaration
    public bool AreRegionsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    FacetBodies

    Declaration
    public SelectFacetedBodyList FacetBodies { get; }
    Property Value
    Type Description
    SelectFacetedBodyList

    InputAction

    Declaration
    public FeatureExtractionBuilder.InputActions InputAction { get; set; }
    Property Value
    Type Description
    FeatureExtractionBuilder.InputActions

    IsSmoothingEnabled

    Declaration
    public bool IsSmoothingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    MinimumBorderLength

    Declaration
    public double MinimumBorderLength { get; set; }
    Property Value
    Type Description
    System.Double

    SmoothingFactor

    Declaration
    public double SmoothingFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    GetExtractedBorders()

    Declaration
    public Spline[] GetExtractedBorders()
    Returns
    Type Description
    Spline[]

    GetExtractedRegions()

    Declaration
    public FacetedBody[] GetExtractedRegions()
    Returns
    Type Description
    FacetedBody[]

    Implements

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