Search Results for

    Show / Hide Table of Contents

    Class FlatPatternBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SheetmetalBaseBuilder
    FlatPatternBuilder
    AeroFlatPatternBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Features.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class FlatPatternBuilder : SheetmetalBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    FlatPatternBuilder()

    Declaration
    protected FlatPatternBuilder()

    Properties

    AddedGeometry

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

    Associative

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

    FixAtTimestamp

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

    FlatPatternViewName

    Declaration
    public string FlatPatternViewName { get; }
    Property Value
    Type Description
    System.String

    HoleTreatment

    Declaration
    public HoleTreatmentBuilder HoleTreatment { get; }
    Property Value
    Type Description
    HoleTreatmentBuilder

    InnerCornerTreatment

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

    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

    ShowInteriorFeatureCurves

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

    TransformToAbsoluteCsys

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

    UpwardFace

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

    XAxisEdge

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

    Methods

    GenerateMoldLines()

    Declaration
    public void GenerateMoldLines()

    Implements

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