Search Results for

    Show / Hide Table of Contents

    Class ProfileCutoutBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ProfileCutoutBuilder
    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 ProfileCutoutBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    ProfileCutoutBuilder()

    Declaration
    protected ProfileCutoutBuilder()

    Properties

    AngularTolerance

    Declaration
    public double AngularTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    CollarPlateCreationApproach

    Declaration
    public ProfileCutoutBuilder.CollarPlateCreationApproaches CollarPlateCreationApproach { get; set; }
    Property Value
    Type Description
    ProfileCutoutBuilder.CollarPlateCreationApproaches

    CutoutData

    Declaration
    public SteelFeatureSpreadsheetBuilder CutoutData { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    EnableCollarPlate

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

    EnableCornerCut

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

    EnableSquareCut

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

    ManufacturingInformation

    Declaration
    public ManufacturingStockBuilder ManufacturingInformation { get; }
    Property Value
    Type Description
    ManufacturingStockBuilder

    ManufacturingStock

    Declaration
    [Obsolete("Deprecated in NX8.5.1.  Use NXOpen.Features.ShipDesign.ProfileCutoutBuilder.ManufacturingInformation instead.")]
    public ManufacturingStockBuilder ManufacturingStock { get; }
    Property Value
    Type Description
    ManufacturingStockBuilder

    MoldingSideScallop

    Declaration
    public SteelFeatureSpreadsheetBuilder MoldingSideScallop { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    MoldingSideScallopInUserControl

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

    OpposingSideScallop

    Declaration
    public SteelFeatureSpreadsheetBuilder OpposingSideScallop { get; }
    Property Value
    Type Description
    SteelFeatureSpreadsheetBuilder

    OpposingSideScallopInUserControl

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

    ParametersInUserControl

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

    ProfileBodies

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

    SectionTypesInUserControl

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

    TargetObjects

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

    WeldCharacteristics

    Declaration
    public CharacteristicsBuilder WeldCharacteristics { get; }
    Property Value
    Type Description
    CharacteristicsBuilder

    Methods

    EvaluateProfileCutoutParameters(TaggedObject, TaggedObject)

    Declaration
    public void EvaluateProfileCutoutParameters(TaggedObject tgTargetBody, TaggedObject tgProfileBody)
    Parameters
    Type Name Description
    TaggedObject tgTargetBody
    TaggedObject tgProfileBody

    FindOrientation()

    Declaration
    public ProfileCutoutBuilder.Orientation FindOrientation()
    Returns
    Type Description
    ProfileCutoutBuilder.Orientation

    RemoveSlaves()

    Declaration
    public void RemoveSlaves()

    ResetContextEntity(TaggedObject, TaggedObject)

    Declaration
    public void ResetContextEntity(TaggedObject tgTargetBody, TaggedObject tgProfileBody)
    Parameters
    Type Name Description
    TaggedObject tgTargetBody
    TaggedObject tgProfileBody

    SetDefaultScallopTypes(String)

    Declaration
    public void SetDefaultScallopTypes(string strProfileCutoutType)
    Parameters
    Type Name Description
    System.String strProfileCutoutType

    SynchronizeParametersWithProfileBody(TaggedObject)

    Declaration
    public void SynchronizeParametersWithProfileBody(TaggedObject tgProfileBody)
    Parameters
    Type Name Description
    TaggedObject tgProfileBody

    UpdateScallopBuilder(SteelFeatureSpreadsheetBuilder, TaggedObject, TaggedObject)

    Declaration
    public void UpdateScallopBuilder(SteelFeatureSpreadsheetBuilder pScallopBuilder, TaggedObject tgTargetBody, TaggedObject tgProfileBody)
    Parameters
    Type Name Description
    SteelFeatureSpreadsheetBuilder pScallopBuilder
    TaggedObject tgTargetBody
    TaggedObject tgProfileBody

    Implements

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