Search Results for

    Show / Hide Table of Contents

    Class PlateBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PlateBuilder
    Implements
    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, 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.StructureDesign
    Assembly: NXOpen.dll
    Syntax
    public class PlateBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    PlateBuilder()

    Declaration
    protected PlateBuilder()

    Properties

    ContextAttribute

    Declaration
    public ContextAttributeBuilder ContextAttribute { get; }
    Property Value
    Type Description
    ContextAttributeBuilder

    CurveBoundary

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

    DistanceTolerance

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

    FacePlaneBoundary

    Declaration
    public ExpressionCollectorSetList FacePlaneBoundary { get; }
    Property Value
    Type Description
    ExpressionCollectorSetList

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    MergeRegions

    Declaration
    public SelectBodyList MergeRegions { get; }
    Property Value
    Type Description
    SelectBodyList

    MoldFace

    Declaration
    public ScCollector MoldFace { get; }
    Property Value
    Type Description
    ScCollector

    PlateStock

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

    ProjectDirection

    Declaration
    public ProjectionOptions ProjectDirection { get; }
    Property Value
    Type Description
    ProjectionOptions

    RegionPoint

    Declaration
    public Point3d RegionPoint { get; set; }
    Property Value
    Type Description
    Point3d

    Regions

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

    Methods

    AddMergeRegionPoint(Point3d)

    Declaration
    public void AddMergeRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    AddRegionPoint(Point3d)

    Declaration
    public void AddRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    CreateRegions()

    Declaration
    public Body[] CreateRegions()
    Returns
    Type Description
    Body[]

    DeleteRegions()

    Declaration
    public void DeleteRegions()

    GetMultipleRegionPoints()

    Declaration
    public Point3d[] GetMultipleRegionPoints()
    Returns
    Type Description
    Point3d[]

    MapRegionToRegionPoint(string, Point3d)

    Declaration
    public void MapRegionToRegionPoint(string plateRegionString, Point3d regionPoint)
    Parameters
    Type Name Description
    string plateRegionString
    Point3d regionPoint

    RemoveAllRegionPoints()

    Declaration
    public void RemoveAllRegionPoints()

    RemoveMergeRegionPoint(Point3d)

    Declaration
    public void RemoveMergeRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    RemoveRegionPoint(Point3d)

    Declaration
    public void RemoveRegionPoint(Point3d regionPoint)
    Parameters
    Type Name Description
    Point3d regionPoint

    SetPreviewEnabled(bool)

    Declaration
    public void SetPreviewEnabled(bool enabled)
    Parameters
    Type Name Description
    bool enabled

    Implements

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