Search Results for

    Show / Hide Table of Contents

    Class TrimRegionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TrimRegionBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class TrimRegionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TrimRegionBuilder()

    Declaration
    protected TrimRegionBuilder()

    Properties

    AsPatchSurface

    Declaration
    public bool AsPatchSurface { get; set; }
    Property Value
    Type Description
    System.Boolean

    BodyColor

    Declaration
    public NXColor BodyColor { get; set; }
    Property Value
    Type Description
    NXColor

    BoundaryBody

    Declaration
    public SelectNXObjectList BoundaryBody { get; }
    Property Value
    Type Description
    SelectNXObjectList

    BoundaryType

    Declaration
    public TrimRegionBuilder.BoundaryOption BoundaryType { get; set; }
    Property Value
    Type Description
    TrimRegionBuilder.BoundaryOption

    ConvertType

    Declaration
    public TrimRegionBuilder.ConvertTypeOption ConvertType { get; set; }
    Property Value
    Type Description
    TrimRegionBuilder.ConvertTypeOption

    LoopCollector

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

    RegionPoint

    Declaration
    public RegionPointList RegionPoint { get; }
    Property Value
    Type Description
    RegionPointList

    RegionType

    Declaration
    public TrimRegionBuilder.RegionOption RegionType { get; set; }
    Property Value
    Type Description
    TrimRegionBuilder.RegionOption

    TargetBody

    Declaration
    public SelectBody TargetBody { get; }
    Property Value
    Type Description
    SelectBody

    Methods

    GetColorValue(out Double, out Double, out Double)

    Declaration
    public void GetColorValue(out double redValue, out double greenValue, out double blueValue)
    Parameters
    Type Name Description
    System.Double redValue
    System.Double greenValue
    System.Double blueValue

    SetColorValue(Double, Double, Double)

    Declaration
    public void SetColorValue(double redValue, double greenValue, double blueValue)
    Parameters
    Type Name Description
    System.Double redValue
    System.Double greenValue
    System.Double blueValue

    SetTraverseEdges(NXObject[])

    Declaration
    public void SetTraverseEdges(NXObject[] traverseEdges)
    Parameters
    Type Name Description
    NXObject[] traverseEdges

    Implements

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