C# 클래스 CascadeSharp.TKV3d.Prs3d.Prs3d_DatumAspect

상속: CascadeSharp.TKV3d.Prs3d.Prs3d_BasicAspect
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ArrowAspect() 공개 메소드

public ArrowAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect
리턴 CascadeSharp.TKV3d.Prs3d.Prs3d_ArrowAspect

ArrowPartForAxis() 공개 메소드

public ArrowPartForAxis ( Prs3d_DatumParts thePart ) : Prs3d_DatumParts
thePart Prs3d_DatumParts
리턴 Prs3d_DatumParts

Attribute() 공개 메소드

public Attribute ( Prs3d_DatumAttribute theType ) : double
theType Prs3d_DatumAttribute
리턴 double

AxisLength() 공개 메소드

public AxisLength ( Prs3d_DatumParts thePart ) : double
thePart Prs3d_DatumParts
리턴 double

DatumAxes() 공개 메소드

public DatumAxes ( ) : Prs3d_DatumAxes
리턴 Prs3d_DatumAxes

DrawDatumPart() 공개 메소드

public DrawDatumPart ( Prs3d_DatumParts thePart ) : bool
thePart Prs3d_DatumParts
리턴 bool

DrawFirstAndSecondAxis() 공개 메소드

public DrawFirstAndSecondAxis ( ) : bool
리턴 bool

DrawThirdAxis() 공개 메소드

public DrawThirdAxis ( ) : bool
리턴 bool

FirstAxisAspect() 공개 메소드

public FirstAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
리턴 CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

FirstAxisLength() 공개 메소드

public FirstAxisLength ( ) : double
리턴 double

LineAspect() 공개 메소드

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

PointAspect() 공개 메소드

public PointAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect
리턴 CascadeSharp.TKV3d.Prs3d.Prs3d_PointAspect

Prs3d_DatumAspect() 공개 메소드

public Prs3d_DatumAspect ( ) : System
리턴 System

Prs3d_DatumAspect() 공개 메소드

public Prs3d_DatumAspect ( Prs3d_DatumAspect parameter1 ) : System
parameter1 Prs3d_DatumAspect
리턴 System

SecondAxisAspect() 공개 메소드

public SecondAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
리턴 CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

SecondAxisLength() 공개 메소드

public SecondAxisLength ( ) : double
리턴 double

SetArrowAspect() 공개 메소드

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

SetAttribute() 공개 메소드

public SetAttribute ( Prs3d_DatumAttribute theType, double theValue ) : void
theType Prs3d_DatumAttribute
theValue double
리턴 void

SetAxisLength() 공개 메소드

public SetAxisLength ( double theL1, double theL2, double theL3 ) : void
theL1 double
theL2 double
theL3 double
리턴 void

SetDrawArrows() 공개 메소드

public SetDrawArrows ( bool theToDraw ) : void
theToDraw bool
리턴 void

SetDrawDatumAxes() 공개 메소드

public SetDrawDatumAxes ( Prs3d_DatumAxes theType ) : void
theType Prs3d_DatumAxes
리턴 void

SetDrawFirstAndSecondAxis() 공개 메소드

public SetDrawFirstAndSecondAxis ( bool theToDraw ) : void
theToDraw bool
리턴 void

SetDrawLabels() 공개 메소드

public SetDrawLabels ( bool theToDraw ) : void
theToDraw bool
리턴 void

SetDrawThirdAxis() 공개 메소드

public SetDrawThirdAxis ( bool theToDraw ) : void
theToDraw bool
리턴 void

SetPointAspect() 공개 메소드

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

SetTextAspect() 공개 메소드

public SetTextAspect ( Prs3d_TextAspect theTextAspect ) : void
theTextAspect Prs3d_TextAspect
리턴 void

SetToDrawLabels() 공개 메소드

public SetToDrawLabels ( bool theToDraw ) : void
theToDraw bool
리턴 void

ShadingAspect() 공개 메소드

public ShadingAspect ( Prs3d_DatumParts thePart ) : Prs3d_ShadingAspect
thePart Prs3d_DatumParts
리턴 Prs3d_ShadingAspect

TextAspect() 공개 메소드

public TextAspect ( ) : Prs3d_TextAspect
리턴 Prs3d_TextAspect

ThirdAxisAspect() 공개 메소드

public ThirdAxisAspect ( ) : CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect
리턴 CascadeSharp.TKV3d.Prs3d.Prs3d_LineAspect

ThirdAxisLength() 공개 메소드

public ThirdAxisLength ( ) : double
리턴 double

ToDrawArrows() 공개 메소드

public ToDrawArrows ( ) : bool
리턴 bool

ToDrawLabels() 공개 메소드

public ToDrawLabels ( ) : bool
리턴 bool

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char