Search Results for

    Show / Hide Table of Contents

    Class ManufacturingPreparationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ManufacturingPreparationBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ManufacturingPreparationBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ManufacturingPreparationBuilder()

    Declaration
    protected ManufacturingPreparationBuilder()

    Properties

    AftStiffenerExtension

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

    AssemblyComponent

    Declaration
    public SelectComponent AssemblyComponent { get; }
    Property Value
    Type Description
    SelectComponent

    CreateTransientFeature

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

    FeatureName

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

    ForwardStiffenerExtension

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

    Mirror

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

    PartitionSchemeNotRequired

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

    ReassignPositionNumbers

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

    ReferenceFeatureName

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

    SaProject

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

    SeamingObjects

    Declaration
    public SelectTaggedObjectList SeamingObjects { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    SectionNumber

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

    SteelComponents

    Declaration
    public SelectComponentList SteelComponents { get; }
    Property Value
    Type Description
    SelectComponentList

    TargetSeamObjects

    Declaration
    public SelectTaggedObjectList TargetSeamObjects { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    Trim

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

    Methods

    FilterDesignParts(NXObject[])

    Declaration
    public NXObject[] FilterDesignParts(NXObject[] designPartoccTags)
    Parameters
    Type Name Description
    NXObject[] designPartoccTags
    Returns
    Type Description
    NXObject[]

    FindIntersectingParts(out Component[])

    Declaration
    public void FindIntersectingParts(out Component[] intersectionParts)
    Parameters
    Type Name Description
    Component[] intersectionParts

    GetComponentSeams(Int32)

    Declaration
    public void GetComponentSeams(int selectedComp)
    Parameters
    Type Name Description
    System.Int32 selectedComp

    GetDesignElementAttributeValue(DisplayableObject, ManufacturingPreparationBuilder.AttributeType)

    Declaration
    public string GetDesignElementAttributeValue(DisplayableObject designElement, ManufacturingPreparationBuilder.AttributeType attrType)
    Parameters
    Type Name Description
    DisplayableObject designElement
    ManufacturingPreparationBuilder.AttributeType attrType
    Returns
    Type Description
    System.String

    InitializeDesignElementAttributes(DisplayableObject)

    Declaration
    public void InitializeDesignElementAttributes(DisplayableObject designElement)
    Parameters
    Type Name Description
    DisplayableObject designElement

    SetDesignElementAttributeValue(DisplayableObject, ManufacturingPreparationBuilder.AttributeType, String)

    Declaration
    public void SetDesignElementAttributeValue(DisplayableObject designElement, ManufacturingPreparationBuilder.AttributeType attrType, string attrValue)
    Parameters
    Type Name Description
    DisplayableObject designElement
    ManufacturingPreparationBuilder.AttributeType attrType
    System.String attrValue

    UpdateSeamsMap(Int32[])

    Declaration
    public void UpdateSeamsMap(int[] selectedComps)
    Parameters
    Type Name Description
    System.Int32[] selectedComps

    Implements

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