Search Results for

    Show / Hide Table of Contents

    Class ExcessMaterialBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    ExcessMaterialBuilder
    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.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
    bool

    ExtendStartFace

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

    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