Search Results for

    Show / Hide Table of Contents

    Class FlatSolidBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    FlatSolidBuilder
    AeroFlatSolidBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    SheetmetalBaseBuilder.GetApplicationContext()
    SheetmetalBaseBuilder.SetApplicationContext(ApplicationContext)
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class FlatSolidBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    FlatSolidBuilder()

    Declaration
    protected FlatSolidBuilder()

    Properties

    AddedGeometry

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

    Associative

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

    AutoAssociateObjects

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

    FixAtTimestamp

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

    FlatBodyColor

    Declaration
    public int FlatBodyColor { get; set; }
    Property Value
    Type Description
    int

    FlatBodyLayer

    Declaration
    public int FlatBodyLayer { get; set; }
    Property Value
    Type Description
    int

    InnerCornerTreatment

    Declaration
    public CornerTreatmentBuilder InnerCornerTreatment { get; }
    Property Value
    Type Description
    CornerTreatmentBuilder

    LayerSetting

    Declaration
    public FlatSolidBuilder.LayerSettingOption LayerSetting { get; set; }
    Property Value
    Type Description
    FlatSolidBuilder.LayerSettingOption

    Orientation

    Declaration
    public FlatSolidBuilder.OrientationType Orientation { get; set; }
    Property Value
    Type Description
    FlatSolidBuilder.OrientationType

    OrientationCsys

    Declaration
    public CoordinateSystem OrientationCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    OuterCornerTreatment

    Declaration
    public CornerTreatmentBuilder OuterCornerTreatment { get; }
    Property Value
    Type Description
    CornerTreatmentBuilder

    ReferenceVertex

    Declaration
    public Point3d ReferenceVertex { get; set; }
    Property Value
    Type Description
    Point3d

    StationaryFace

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

    TransformComponents

    Declaration
    public FlatSolidBuilder.TransformComponentsOption TransformComponents { get; set; }
    Property Value
    Type Description
    FlatSolidBuilder.TransformComponentsOption

    TransformPinAndCCP

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

    TransformRestrictionAreas

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

    TransformToAbsoluteCsys

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

    XAxisEdge

    Declaration
    public SelectEdge XAxisEdge { get; }
    Property Value
    Type Description
    SelectEdge

    Methods

    ValidateBuilderData()

    Declaration
    public int ValidateBuilderData()
    Returns
    Type Description
    int

    Implements

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