Search Results for

    Show / Hide Table of Contents

    Class FacePairingBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FacePairingBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class FacePairingBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    FacePairingBuilder()

    Declaration
    protected FacePairingBuilder()

    Properties

    AutomaticOffsetOnlyOption

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

    AutomaticTrimOption

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

    CollectorPairList

    Declaration
    public CollectorPairListBuilder CollectorPairList { get; }
    Property Value
    Type Description
    CollectorPairListBuilder

    InputSolidBodies

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

    MergeAngleTolerance

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

    PairingStrategy

    Declaration
    public FacePairingBuilder.PairingStrategyType PairingStrategy { get; set; }
    Property Value
    Type Description
    FacePairingBuilder.PairingStrategyType

    ThicknessRatio

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

    ThicknessValue

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

    Methods

    ExcludeFace(Face)

    Declaration
    public void ExcludeFace(Face face)
    Parameters
    Type Name Description
    Face face

    IncludeFace(Face)

    Declaration
    public bool IncludeFace(Face face)
    Parameters
    Type Name Description
    Face face
    Returns
    Type Description
    bool

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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