Search Results for

    Show / Hide Table of Contents

    Class DetectPrimitivesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DetectPrimitivesBuilder
    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 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
    System.Int32

    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
    System.Double[]

    GetConeColor()

    Declaration
    public double[] GetConeColor()
    Returns
    Type Description
    System.Double[]

    GetCylinderColor()

    Declaration
    public double[] GetCylinderColor()
    Returns
    Type Description
    System.Double[]

    GetOtherColor()

    Declaration
    public double[] GetOtherColor()
    Returns
    Type Description
    System.Double[]

    GetPlaneColor()

    Declaration
    public double[] GetPlaneColor()
    Returns
    Type Description
    System.Double[]

    GetSphereColor()

    Declaration
    public double[] GetSphereColor()
    Returns
    Type Description
    System.Double[]

    SetBlendColor(Double[])

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

    SetConeColor(Double[])

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

    SetCylinderColor(Double[])

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

    SetOtherColor(Double[])

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

    SetPlaneColor(Double[])

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

    SetSphereColor(Double[])

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

    Implements

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