Search Results for

    Show / Hide Table of Contents

    Class PillarSystemBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    ProfileSystemBuilder
    PillarSystemBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    ProfileSystemBuilder.SetBoundaryOnePoints(Point3d[])
    ProfileSystemBuilder.SetBoundaryTwoPoints(Point3d[])
    ProfileSystemBuilder.CreatePathCurves(out NXObject[])
    ProfileSystemBuilder.DeletePathCurves()
    ProfileSystemBuilder.GetLastPathCurves(out NXObject[])
    ProfileSystemBuilder.DeleteLastPathCurves()
    ProfileSystemBuilder.SetRegionPoints(Point3d[])
    ProfileSystemBuilder.CreatOrientationPathCurve()
    ProfileSystemBuilder.UpdateEndcutChangeStatus(bool, bool, bool)
    ProfileSystemBuilder.Boundary1
    ProfileSystemBuilder.Boundary1Plane
    ProfileSystemBuilder.Boundary2
    ProfileSystemBuilder.Boundary2Plane
    ProfileSystemBuilder.BoundaryOneModified
    ProfileSystemBuilder.BoundaryReverse
    ProfileSystemBuilder.BoundaryTwoModified
    ProfileSystemBuilder.FirstIntersectionPoints
    ProfileSystemBuilder.ReversePathDirection
    ProfileSystemBuilder.SecondIntersectionPoints
    ProfileSystemBuilder.SplitKnuckleLocations
    ProfileSystemBuilder.UseNewDefaultSectionAlgorithm
    FeatureParmsBuilder.CreatePlaneForList()
    FeatureParmsBuilder.AngleTolerance
    FeatureParmsBuilder.DistanceTolerance
    FeatureParmsBuilder.OrientationAngleRule
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class PillarSystemBuilder : ProfileSystemBuilder, IMessageSink, IComponentBuilder

    Constructors

    PillarSystemBuilder()

    Declaration
    protected PillarSystemBuilder()

    Properties

    AnchorPoint

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

    BuildSolid

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

    BuiltUpStock

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

    Direction

    Declaration
    public Direction Direction { get; set; }
    Property Value
    Type Description
    Direction

    EndCapPlateStock

    Declaration
    public PlateStockBuilder EndCapPlateStock { get; }
    Property Value
    Type Description
    PlateStockBuilder

    EndCapStock

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

    EndCapThickness

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

    EndEndCut

    Declaration
    public EndCutBuilder EndEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    EndTreatmentType

    Declaration
    public PillarBuilder.EndTreatmentTypes EndTreatmentType { get; set; }
    Property Value
    Type Description
    PillarBuilder.EndTreatmentTypes

    IntersectingShipStructure

    Declaration
    public SelectNXObjectList IntersectingShipStructure { get; }
    Property Value
    Type Description
    SelectNXObjectList

    LimitingShipStructure

    Declaration
    public SelectNXObjectList LimitingShipStructure { get; }
    Property Value
    Type Description
    SelectNXObjectList

    OrientationAngle

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

    OrientationLine

    Declaration
    public SelectTaggedObject OrientationLine { get; }
    Property Value
    Type Description
    SelectTaggedObject

    PointPairList

    Declaration
    public NXObjectList PointPairList { get; }
    Property Value
    Type Description
    NXObjectList

    ReverseOrientationDirection

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

    ReverseReferenceDirection

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

    SectionType

    Declaration
    public PillarSystemBuilder.StockSectionType SectionType { get; set; }
    Property Value
    Type Description
    PillarSystemBuilder.StockSectionType

    ShipNames

    Declaration
    public ShipNamesBuilder ShipNames { get; }
    Property Value
    Type Description
    ShipNamesBuilder

    StartCapPlateStock

    Declaration
    public PlateStockBuilder StartCapPlateStock { get; }
    Property Value
    Type Description
    PlateStockBuilder

    StartCapStock

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

    StartCapThickness

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

    StartEndCut

    Declaration
    public EndCutBuilder StartEndCut { get; }
    Property Value
    Type Description
    EndCutBuilder

    StartTreatmentType

    Declaration
    public PillarBuilder.EndTreatmentTypes StartTreatmentType { get; set; }
    Property Value
    Type Description
    PillarBuilder.EndTreatmentTypes

    StockData

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

    Type

    Declaration
    public PillarSystemBuilder.Types Type { get; set; }
    Property Value
    Type Description
    PillarSystemBuilder.Types

    Methods

    CreatePointPairBuilder()

    Declaration
    public PointPairBuilder CreatePointPairBuilder()
    Returns
    Type Description
    PointPairBuilder

    GetAvailableAnchorPointNames()

    Declaration
    public string[] GetAvailableAnchorPointNames()
    Returns
    Type Description
    string[]

    PopulateAnchorPointList()

    Declaration
    public void PopulateAnchorPointList()

    Implements

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