Class TextBuilder
Assembly: NXOpen.dll
Syntax
public class TextBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
TextBuilder()
Declaration
Properties
CanCreateBoundingBox
Declaration
public bool CanCreateBoundingBox { get; set; }
Property Value
CanJoinCurves
Declaration
public bool CanJoinCurves { get; set; }
Property Value
CanProjectCurves
Declaration
public bool CanProjectCurves { get; set; }
Property Value
CanReferenceText
Declaration
public bool CanReferenceText { get; set; }
Property Value
CanReverseIntersectionCurve
Declaration
public bool CanReverseIntersectionCurve { get; set; }
Property Value
CanUseKerningSpaces
Declaration
public bool CanUseKerningSpaces { get; set; }
Property Value
Font
Declaration
public string Font { get; }
Property Value
FontStyle
Declaration
public TextBuilder.FontStyleOptions FontStyle { get; set; }
Property Value
FrameOnPath
Declaration
public FrameOnPathBuilder FrameOnPath { get; }
Property Value
IsAssociative
Declaration
public bool IsAssociative { get; set; }
Property Value
IsPrintMark
Declaration
public bool IsPrintMark { get; set; }
Property Value
OnCurvePlacementProfile
Declaration
public Section OnCurvePlacementProfile { get; }
Property Value
OnFacePlacementMethod
Declaration
public TextBuilder.OnFacePlacementMethodOptions OnFacePlacementMethod { get; set; }
Property Value
OnFacePlacementProfile
Declaration
public Section OnFacePlacementProfile { get; }
Property Value
OrientationMethod
Declaration
public TextBuilder.OrientationMethodOptions OrientationMethod { get; set; }
Property Value
OrientationVector
Declaration
public Direction OrientationVector { get; set; }
Property Value
PlacementFaces
Declaration
public ScCollector PlacementFaces { get; }
Property Value
PlanarFrame
Declaration
public RectangularFrameBuilder PlanarFrame { get; }
Property Value
PrintMarkThickness
Declaration
public Expression PrintMarkThickness { get; }
Property Value
PrintMarkUsageLabel
Declaration
public string PrintMarkUsageLabel { get; set; }
Property Value
Script
Declaration
public TextBuilder.ScriptOptions Script { get; set; }
Property Value
SectionPlane
Declaration
public Plane SectionPlane { get; set; }
Property Value
Text
Declaration
public Expression Text { get; }
Property Value
TextString
Declaration
public string TextString { get; set; }
Property Value
Type
Declaration
public TextBuilder.Types Type { get; set; }
Property Value
Methods
SelectFont(string, ScriptOptions)
Declaration
public void SelectFont(string fontName, TextBuilder.ScriptOptions script)
Parameters
UpdateOnOrientationVectorReversal()
Declaration
public void UpdateOnOrientationVectorReversal()
UpdateOnSectionPlane()
Declaration
public void UpdateOnSectionPlane()
Implements
System.Runtime.Remoting.Messaging.IMessageSink