Search Results for

    Show / Hide Table of Contents

    Class OffsetEmbossBuilder

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

    Constructors

    OffsetEmbossBuilder()

    Declaration
    protected OffsetEmbossBuilder()

    Properties

    AngleTolerance

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

    BottomDistance

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

    CenterLine

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

    CenterPoint

    Declaration
    public Point CenterPoint { get; set; }
    Property Value
    Type Description
    Point

    DistanceTolerance

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

    HeightOffset

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

    LeftWidth

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

    ReverseDirection

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

    RightWidth

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

    SideOffset

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

    Target

    Declaration
    public ScCollector Target { get; set; }
    Property Value
    Type Description
    ScCollector

    TopDistance

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

    Type

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

    Implements

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