Search Results for

    Show / Hide Table of Contents

    Class DetectPrimitivesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DetectPrimitivesBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Facet
    Assembly: NXOpen.dll
    Syntax
    public class DetectPrimitivesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DetectPrimitivesBuilder()

    Declaration
    protected DetectPrimitivesBuilder()

    Properties

    BlendFactor

    Declaration
    public Expression BlendFactor { get; }
    Property Value
    Type Description
    Expression

    CurvatureSensitivity

    Declaration
    public int CurvatureSensitivity { get; set; }
    Property Value
    Type Description
    int

    FacetSelection

    Declaration
    public SelectDisplayableObjectList FacetSelection { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    Methods

    AdjustShapeBoundary()

    Declaration
    public void AdjustShapeBoundary()

    GetBlendColor()

    Declaration
    public double[] GetBlendColor()
    Returns
    Type Description
    double[]

    GetConeColor()

    Declaration
    public double[] GetConeColor()
    Returns
    Type Description
    double[]

    GetCylinderColor()

    Declaration
    public double[] GetCylinderColor()
    Returns
    Type Description
    double[]

    GetOtherColor()

    Declaration
    public double[] GetOtherColor()
    Returns
    Type Description
    double[]

    GetPlaneColor()

    Declaration
    public double[] GetPlaneColor()
    Returns
    Type Description
    double[]

    GetSphereColor()

    Declaration
    public double[] GetSphereColor()
    Returns
    Type Description
    double[]

    SetBlendColor(double[])

    Declaration
    public void SetBlendColor(double[] blendColor)
    Parameters
    Type Name Description
    double[] blendColor

    SetConeColor(double[])

    Declaration
    public void SetConeColor(double[] coneColor)
    Parameters
    Type Name Description
    double[] coneColor

    SetCylinderColor(double[])

    Declaration
    public void SetCylinderColor(double[] cylinderColor)
    Parameters
    Type Name Description
    double[] cylinderColor

    SetOtherColor(double[])

    Declaration
    public void SetOtherColor(double[] otherColor)
    Parameters
    Type Name Description
    double[] otherColor

    SetPlaneColor(double[])

    Declaration
    public void SetPlaneColor(double[] planeColor)
    Parameters
    Type Name Description
    double[] planeColor

    SetSphereColor(double[])

    Declaration
    public void SetSphereColor(double[] sphereColor)
    Parameters
    Type Name Description
    double[] sphereColor

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX