Search Results for

    Show / Hide Table of Contents

    Class Topology

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    Topology
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class Topology : Builder, IMessageSink, IComponentBuilder

    Constructors

    Topology()

    Declaration
    protected Topology()

    Properties

    AngleTolerance

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

    DistanceTolerance

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

    Methods

    GetShellCount()

    Declaration
    public int GetShellCount()
    Returns
    Type Description
    int

    Rebuild()

    Declaration
    public void Rebuild()

    RemoveShell(int)

    Declaration
    public void RemoveShell(int shellIndex)
    Parameters
    Type Name Description
    int shellIndex

    ReverseMaterialSide(int)

    Declaration
    public void ReverseMaterialSide(int shellIndex)
    Parameters
    Type Name Description
    int shellIndex

    UnifyMaterialSide(int)

    Declaration
    public void UnifyMaterialSide(int shellIndex)
    Parameters
    Type Name Description
    int shellIndex

    Implements

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