C# Class CascadeSharp.TKV3d.Prs3d.Prs3d_DatumAspect

Inheritance: CascadeSharp.TKV3d.Prs3d.Prs3d_BasicAspect
ファイルを表示 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
ArrowAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect
ArrowPartForAxis ( Prs3d_DatumParts thePart ) : Prs3d_DatumParts
Attribute ( Prs3d_DatumAttribute theType ) : double
AxisLength ( Prs3d_DatumParts thePart ) : double
DatumAxes ( ) : Prs3d_DatumAxes
DrawDatumPart ( Prs3d_DatumParts thePart ) : bool
DrawFirstAndSecondAxis ( ) : bool
DrawThirdAxis ( ) : bool
FirstAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
FirstAxisLength ( ) : double
LineAspect ( Prs3d_DatumParts thePart ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
PointAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect
Prs3d_DatumAspect ( ) : System
Prs3d_DatumAspect ( Prs3d_DatumAspect parameter1 ) : System
SecondAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
SecondAxisLength ( ) : double
SetArrowAspect ( CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect theAspect ) : void
SetAttribute ( Prs3d_DatumAttribute theType, double theValue ) : void
SetAxisLength ( double theL1, double theL2, double theL3 ) : void
SetDrawArrows ( bool theToDraw ) : void
SetDrawDatumAxes ( Prs3d_DatumAxes theType ) : void
SetDrawFirstAndSecondAxis ( bool theToDraw ) : void
SetDrawLabels ( bool theToDraw ) : void
SetDrawThirdAxis ( bool theToDraw ) : void
SetPointAspect ( CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect theAspect ) : void
SetTextAspect ( Prs3d_TextAspect theTextAspect ) : void
SetToDrawLabels ( bool theToDraw ) : void
ShadingAspect ( Prs3d_DatumParts thePart ) : Prs3d_ShadingAspect
TextAspect ( ) : Prs3d_TextAspect
ThirdAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
ThirdAxisLength ( ) : double
ToDrawArrows ( ) : bool
ToDrawLabels ( ) : bool
get_type_name ( ) : char

Method Details

ArrowAspect() public method

public ArrowAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect
return CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect

ArrowPartForAxis() public method

public ArrowPartForAxis ( Prs3d_DatumParts thePart ) : Prs3d_DatumParts
thePart Prs3d_DatumParts
return Prs3d_DatumParts

Attribute() public method

public Attribute ( Prs3d_DatumAttribute theType ) : double
theType Prs3d_DatumAttribute
return double

AxisLength() public method

public AxisLength ( Prs3d_DatumParts thePart ) : double
thePart Prs3d_DatumParts
return double

DatumAxes() public method

public DatumAxes ( ) : Prs3d_DatumAxes
return Prs3d_DatumAxes

DrawDatumPart() public method

public DrawDatumPart ( Prs3d_DatumParts thePart ) : bool
thePart Prs3d_DatumParts
return bool

DrawFirstAndSecondAxis() public method

public DrawFirstAndSecondAxis ( ) : bool
return bool

DrawThirdAxis() public method

public DrawThirdAxis ( ) : bool
return bool

FirstAxisAspect() public method

public FirstAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
return CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

FirstAxisLength() public method

public FirstAxisLength ( ) : double
return double

LineAspect() public method

public LineAspect ( Prs3d_DatumParts thePart ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
thePart Prs3d_DatumParts
return CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

PointAspect() public method

public PointAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect
return CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect

Prs3d_DatumAspect() public method

public Prs3d_DatumAspect ( ) : System
return System

Prs3d_DatumAspect() public method

public Prs3d_DatumAspect ( Prs3d_DatumAspect parameter1 ) : System
parameter1 Prs3d_DatumAspect
return System

SecondAxisAspect() public method

public SecondAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
return CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

SecondAxisLength() public method

public SecondAxisLength ( ) : double
return double

SetArrowAspect() public method

public SetArrowAspect ( CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect theAspect ) : void
theAspect CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect
return void

SetAttribute() public method

public SetAttribute ( Prs3d_DatumAttribute theType, double theValue ) : void
theType Prs3d_DatumAttribute
theValue double
return void

SetAxisLength() public method

public SetAxisLength ( double theL1, double theL2, double theL3 ) : void
theL1 double
theL2 double
theL3 double
return void

SetDrawArrows() public method

public SetDrawArrows ( bool theToDraw ) : void
theToDraw bool
return void

SetDrawDatumAxes() public method

public SetDrawDatumAxes ( Prs3d_DatumAxes theType ) : void
theType Prs3d_DatumAxes
return void

SetDrawFirstAndSecondAxis() public method

public SetDrawFirstAndSecondAxis ( bool theToDraw ) : void
theToDraw bool
return void

SetDrawLabels() public method

public SetDrawLabels ( bool theToDraw ) : void
theToDraw bool
return void

SetDrawThirdAxis() public method

public SetDrawThirdAxis ( bool theToDraw ) : void
theToDraw bool
return void

SetPointAspect() public method

public SetPointAspect ( CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect theAspect ) : void
theAspect CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect
return void

SetTextAspect() public method

public SetTextAspect ( Prs3d_TextAspect theTextAspect ) : void
theTextAspect Prs3d_TextAspect
return void

SetToDrawLabels() public method

public SetToDrawLabels ( bool theToDraw ) : void
theToDraw bool
return void

ShadingAspect() public method

public ShadingAspect ( Prs3d_DatumParts thePart ) : Prs3d_ShadingAspect
thePart Prs3d_DatumParts
return Prs3d_ShadingAspect

TextAspect() public method

public TextAspect ( ) : Prs3d_TextAspect
return Prs3d_TextAspect

ThirdAxisAspect() public method

public ThirdAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
return CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

ThirdAxisLength() public method

public ThirdAxisLength ( ) : double
return double

ToDrawArrows() public method

public ToDrawArrows ( ) : bool
return bool

ToDrawLabels() public method

public ToDrawLabels ( ) : bool
return bool

get_type_name() public method

public get_type_name ( ) : char
return char