Search Results for

    Show / Hide Table of Contents

    Class ExcessMaterialBuilder

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

    Constructors

    ExcessMaterialBuilder()

    Declaration
    protected ExcessMaterialBuilder()

    Properties

    EndOffset

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

    ExtendEndFace

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

    ExtendStartFace

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

    OffsetDistance

    Declaration
    [Obsolete("Deprecated in NX9.0.2.  Use NXOpen.Features.ShipDesign.ExcessMaterialBuilder.StartOffset instead.")]
    public Expression OffsetDistance { get; }
    Property Value
    Type Description
    Expression

    OffsetType

    Declaration
    public ExcessMaterialBuilder.Offset OffsetType { get; set; }
    Property Value
    Type Description
    ExcessMaterialBuilder.Offset

    SelectFace

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use NXOpen.Features.ShipDesign.ExcessMaterialBuilder.SelectFaces instead.")]
    public SelectFace SelectFace { get; }
    Property Value
    Type Description
    SelectFace

    SelectFaces

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

    StartOffset

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

    Type

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

    Version

    Declaration
    public ExcessMaterialBuilder.VersionID Version { get; }
    Property Value
    Type Description
    ExcessMaterialBuilder.VersionID

    Implements

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