Search Results for

    Show / Hide Table of Contents

    Class TextBuilder

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

    Constructors

    TextBuilder()

    Declaration
    protected TextBuilder()

    Properties

    CanCreateBoundingBox

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

    CanJoinCurves

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

    CanProjectCurves

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

    CanReferenceText

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

    CanReverseIntersectionCurve

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

    CanUseKerningSpaces

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

    Font

    Declaration
    public string Font { get; }
    Property Value
    Type Description
    System.String

    FontStyle

    Declaration
    public TextBuilder.FontStyleOptions FontStyle { get; set; }
    Property Value
    Type Description
    TextBuilder.FontStyleOptions

    FrameOnPath

    Declaration
    public FrameOnPathBuilder FrameOnPath { get; }
    Property Value
    Type Description
    FrameOnPathBuilder

    IsAssociative

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

    IsPrintMark

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

    OnCurvePlacementProfile

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

    OnFacePlacementMethod

    Declaration
    public TextBuilder.OnFacePlacementMethodOptions OnFacePlacementMethod { get; set; }
    Property Value
    Type Description
    TextBuilder.OnFacePlacementMethodOptions

    OnFacePlacementProfile

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

    OrientationMethod

    Declaration
    public TextBuilder.OrientationMethodOptions OrientationMethod { get; set; }
    Property Value
    Type Description
    TextBuilder.OrientationMethodOptions

    OrientationVector

    Declaration
    public Direction OrientationVector { get; set; }
    Property Value
    Type Description
    Direction

    PlacementFaces

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

    PlanarFrame

    Declaration
    public RectangularFrameBuilder PlanarFrame { get; }
    Property Value
    Type Description
    RectangularFrameBuilder

    PrintMarkThickness

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

    PrintMarkUsageLabel

    Declaration
    public string PrintMarkUsageLabel { get; set; }
    Property Value
    Type Description
    System.String

    Script

    Declaration
    public TextBuilder.ScriptOptions Script { get; set; }
    Property Value
    Type Description
    TextBuilder.ScriptOptions

    SectionPlane

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

    Text

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

    TextString

    Declaration
    public string TextString { get; set; }
    Property Value
    Type Description
    System.String

    Type

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

    Methods

    SelectFont(String, TextBuilder.ScriptOptions)

    Declaration
    public void SelectFont(string fontName, TextBuilder.ScriptOptions script)
    Parameters
    Type Name Description
    System.String fontName
    TextBuilder.ScriptOptions script

    UpdateOnOrientationVectorReversal()

    Declaration
    public void UpdateOnOrientationVectorReversal()

    UpdateOnSectionPlane()

    Declaration
    public void UpdateOnSectionPlane()

    Implements

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