Search Results for

    Show / Hide Table of Contents

    Class WrapMeshBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    WrapMeshBuilder
    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 WrapMeshBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    WrapMeshBuilder()

    Declaration
    protected WrapMeshBuilder()

    Properties

    AngleThreshold

    Declaration
    public double AngleThreshold { get; set; }
    Property Value
    Type Description
    double

    AverageSize

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

    ChordalTolerance

    Declaration
    public double ChordalTolerance { get; set; }
    Property Value
    Type Description
    double

    FacetsInGap

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

    GapFaces

    Declaration
    public ScCollector GapFaces { get; }
    Property Value
    Type Description
    ScCollector

    InputBodyCollector

    Declaration
    public ScCollector InputBodyCollector { get; }
    Property Value
    Type Description
    ScCollector

    InputBodyOption

    Declaration
    public WrapMeshBuilder.KeepInputBodyType InputBodyOption { get; set; }
    Property Value
    Type Description
    WrapMeshBuilder.KeepInputBodyType

    IntendedGapSize

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

    KeepSharpEdges

    Declaration
    public bool KeepSharpEdges { get; set; }
    Property Value
    Type Description
    bool

    MaxGapSize

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

    MaximumSize

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

    Method

    Declaration
    public WrapMeshBuilder.MethodType Method { get; set; }
    Property Value
    Type Description
    WrapMeshBuilder.MethodType

    ProximityRefinement

    Declaration
    public bool ProximityRefinement { get; set; }
    Property Value
    Type Description
    bool

    SearchDistance

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

    SeedPoint

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

    WrapMeshMode

    Declaration
    public WrapMeshBuilder.WrapMeshModeType WrapMeshMode { get; set; }
    Property Value
    Type Description
    WrapMeshBuilder.WrapMeshModeType

    Implements

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