C# Class CascadeSharp.TKV3d.Prs3d.Prs3d_TextAspect

Inheritance: CascadeSharp.TKV3d.Prs3d.Prs3d_BasicAspect
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Angle ( ) : double
Aspect ( ) : Graphic3d_AspectText3d
Height ( ) : double
HorizontalJustification ( ) : Graphic3d_HorizontalTextAlignment
Orientation ( ) : Graphic3d_TextPath
Prs3d_TextAspect ( ) : System
Prs3d_TextAspect ( Graphic3d_AspectText3d theAspect ) : System
Prs3d_TextAspect ( Prs3d_TextAspect parameter1 ) : System
SetAngle ( double theAngle ) : void
SetAspect ( Graphic3d_AspectText3d theAspect ) : void
SetColor ( Quantity_Color theColor ) : void
SetFont ( string theFont ) : void
SetHeight ( double theHeight ) : void
SetHorizontalJustification ( Graphic3d_HorizontalTextAlignment theJustification ) : void
SetOrientation ( Graphic3d_TextPath theOrientation ) : void
SetVerticalJustification ( Graphic3d_VerticalTextAlignment theJustification ) : void
VerticalJustification ( ) : Graphic3d_VerticalTextAlignment
get_type_name ( ) : char

Method Details

Angle() public method

public Angle ( ) : double
return double

Aspect() public method

public Aspect ( ) : Graphic3d_AspectText3d
return Graphic3d_AspectText3d

Height() public method

public Height ( ) : double
return double

HorizontalJustification() public method

public HorizontalJustification ( ) : Graphic3d_HorizontalTextAlignment
return Graphic3d_HorizontalTextAlignment

Orientation() public method

public Orientation ( ) : Graphic3d_TextPath
return Graphic3d_TextPath

Prs3d_TextAspect() public method

public Prs3d_TextAspect ( ) : System
return System

Prs3d_TextAspect() public method

public Prs3d_TextAspect ( Graphic3d_AspectText3d theAspect ) : System
theAspect Graphic3d_AspectText3d
return System

Prs3d_TextAspect() public method

public Prs3d_TextAspect ( Prs3d_TextAspect parameter1 ) : System
parameter1 Prs3d_TextAspect
return System

SetAngle() public method

public SetAngle ( double theAngle ) : void
theAngle double
return void

SetAspect() public method

public SetAspect ( Graphic3d_AspectText3d theAspect ) : void
theAspect Graphic3d_AspectText3d
return void

SetColor() public method

public SetColor ( Quantity_Color theColor ) : void
theColor Quantity_Color
return void

SetFont() public method

public SetFont ( string theFont ) : void
theFont string
return void

SetHeight() public method

public SetHeight ( double theHeight ) : void
theHeight double
return void

SetHorizontalJustification() public method

public SetHorizontalJustification ( Graphic3d_HorizontalTextAlignment theJustification ) : void
theJustification Graphic3d_HorizontalTextAlignment
return void

SetOrientation() public method

public SetOrientation ( Graphic3d_TextPath theOrientation ) : void
theOrientation Graphic3d_TextPath
return void

SetVerticalJustification() public method

public SetVerticalJustification ( Graphic3d_VerticalTextAlignment theJustification ) : void
theJustification Graphic3d_VerticalTextAlignment
return void

VerticalJustification() public method

public VerticalJustification ( ) : Graphic3d_VerticalTextAlignment
return Graphic3d_VerticalTextAlignment

get_type_name() public method

public get_type_name ( ) : char
return char