Search Results for

    Show / Hide Table of Contents

    Class RoomFaceListItemBuilder

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

    Constructors

    RoomFaceListItemBuilder()

    Declaration
    protected RoomFaceListItemBuilder()

    Properties

    DivideCurve

    Declaration
    public Section DivideCurve { get; }
    Property Value
    Type Description
    Section

    Faces

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

    ProjectionDirection

    Declaration
    public ProjectionOptions ProjectionDirection { get; }
    Property Value
    Type Description
    ProjectionOptions

    Regions

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

    Methods

    CreateRegionBody()

    Declaration
    public TaggedObject[] CreateRegionBody()
    Returns
    Type Description
    TaggedObject[]

    DeleteRegionBody()

    Declaration
    public void DeleteRegionBody()

    SetPointToRegionList(Body, Point3d)

    Declaration
    public void SetPointToRegionList(Body targetBody, Point3d regionPoint)
    Parameters
    Type Name Description
    Body targetBody
    Point3d regionPoint

    SetProjectionDirection(int, Direction)

    Declaration
    public void SetProjectionDirection(int projectionType, Direction projectionVector)
    Parameters
    Type Name Description
    int projectionType
    Direction projectionVector

    SetRegionPoints(Point3d[])

    Declaration
    public void SetRegionPoints(Point3d[] regionPoints)
    Parameters
    Type Name Description
    Point3d[] regionPoints

    SetRoomFaceItemName(string)

    Declaration
    public void SetRoomFaceItemName(string roomFaceItemName)
    Parameters
    Type Name Description
    string roomFaceItemName

    Implements

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