Search Results for

    Show / Hide Table of Contents

    Class RegionBuilder

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

    Constructors

    RegionBuilder()

    Declaration
    protected RegionBuilder()

    Properties

    Anchor

    Declaration
    public RegionBuilder.AlignmentPosition Anchor { get; set; }
    Property Value
    Type Description
    RegionBuilder.AlignmentPosition

    ArbitraryAreaList

    Declaration
    public ArbitraryAreaSeedBuilderList ArbitraryAreaList { get; }
    Property Value
    Type Description
    ArbitraryAreaSeedBuilderList

    BoundaryColorFontWidth

    Declaration
    public LineColorFontWidthBuilder BoundaryColorFontWidth { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    ConformToSurface

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

    CrosshatchColor

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

    CrosshatchSettings

    Declaration
    public HatchFillSettingsBuilder CrosshatchSettings { get; }
    Property Value
    Type Description
    HatchFillSettingsBuilder

    DisplayCrosshatch

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

    EndPoint

    Declaration
    public Point EndPoint { get; set; }
    Property Value
    Type Description
    Point

    Height

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

    InnerDiameter

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

    Origin

    Declaration
    public Point Origin { get; set; }
    Property Value
    Type Description
    Point

    OuterDiameter

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

    Plane

    Declaration
    public PlaneBuilder Plane { get; }
    Property Value
    Type Description
    PlaneBuilder

    SelectCylindricalFace

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

    SelectFace

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

    StartPoint

    Declaration
    public Point StartPoint { get; set; }
    Property Value
    Type Description
    Point

    Type

    Declaration
    public RegionBuilder.Types Type { get; set; }
    Property Value
    Type Description
    RegionBuilder.Types

    Width

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

    Implements

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