Search Results for

    Show / Hide Table of Contents

    Class ProfileSystemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    FeatureParmsBuilder
    ProfileSystemBuilder
    EdgeReinforcementBuilder
    EditBoundaryBuilder
    PillarSystemBuilder
    SeamBuilder
    StiffenerSystemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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, 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 ProfileSystemBuilder : FeatureParmsBuilder, IMessageSink, IComponentBuilder

    Constructors

    ProfileSystemBuilder()

    Declaration
    protected ProfileSystemBuilder()

    Properties

    Boundary1

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

    Boundary1Plane

    Declaration
    public Plane Boundary1Plane { get; set; }
    Property Value
    Type Description
    Plane

    Boundary2

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

    Boundary2Plane

    Declaration
    public Plane Boundary2Plane { get; set; }
    Property Value
    Type Description
    Plane

    BoundaryOneModified

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

    BoundaryReverse

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

    BoundaryTwoModified

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

    FirstIntersectionPoints

    Declaration
    public SelectPointList FirstIntersectionPoints { get; }
    Property Value
    Type Description
    SelectPointList

    ReversePathDirection

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

    SecondIntersectionPoints

    Declaration
    public SelectPointList SecondIntersectionPoints { get; }
    Property Value
    Type Description
    SelectPointList

    SplitKnuckleLocations

    Declaration
    public SelectPointList SplitKnuckleLocations { get; }
    Property Value
    Type Description
    SelectPointList

    UseNewDefaultSectionAlgorithm

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

    Methods

    CreatePathCurves(out NXObject[])

    Declaration
    public void CreatePathCurves(out NXObject[] curves)
    Parameters
    Type Name Description
    NXObject[] curves

    CreatOrientationPathCurve()

    Declaration
    public void CreatOrientationPathCurve()

    DeleteLastPathCurves()

    Declaration
    public void DeleteLastPathCurves()

    DeletePathCurves()

    Declaration
    public void DeletePathCurves()

    GetLastPathCurves(out NXObject[])

    Declaration
    public void GetLastPathCurves(out NXObject[] curves)
    Parameters
    Type Name Description
    NXObject[] curves

    SetBoundaryOnePoints(Point3d[])

    Declaration
    public void SetBoundaryOnePoints(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points

    SetBoundaryTwoPoints(Point3d[])

    Declaration
    public void SetBoundaryTwoPoints(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points

    SetRegionPoints(Point3d[])

    Declaration
    public void SetRegionPoints(Point3d[] points)
    Parameters
    Type Name Description
    Point3d[] points

    UpdateEndcutChangeStatus(Boolean, Boolean, Boolean)

    Declaration
    public void UpdateEndcutChangeStatus(bool isChangeStart, bool isChangeEnd, bool isAllInBoudary)
    Parameters
    Type Name Description
    System.Boolean isChangeStart
    System.Boolean isChangeEnd
    System.Boolean isAllInBoudary

    Implements

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