C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_PresentationAttributes

Inheritance: Standard_Transient
Mostra file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BasicFillAreaAspect ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d
Color ( ) : Quantity_Color
ColorRGBA ( ) : Quantity_ColorRGBA
DisplayMode ( ) : int
Graphic3d_PresentationAttributes ( ) : System
Graphic3d_PresentationAttributes ( Graphic3d_PresentationAttributes parameter1 ) : System
Method ( ) : Aspect_TypeOfHighlightMethod
SetBasicFillAreaAspect ( CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d theAspect ) : void
SetColor ( Quantity_Color theColor ) : void
SetDisplayMode ( int theMode ) : void
SetMethod ( Aspect_TypeOfHighlightMethod theMethod ) : void
SetTransparency ( float theTranspCoef ) : void
SetZLayer ( int theLayer ) : void
Transparency ( ) : float
ZLayer ( ) : int
get_type_name ( ) : char

Method Details

BasicFillAreaAspect() public method

public BasicFillAreaAspect ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d
return CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d

Color() public method

public Color ( ) : Quantity_Color
return Quantity_Color

ColorRGBA() public method

public ColorRGBA ( ) : Quantity_ColorRGBA
return Quantity_ColorRGBA

DisplayMode() public method

public DisplayMode ( ) : int
return int

Graphic3d_PresentationAttributes() public method

public Graphic3d_PresentationAttributes ( ) : System
return System

Graphic3d_PresentationAttributes() public method

public Graphic3d_PresentationAttributes ( Graphic3d_PresentationAttributes parameter1 ) : System
parameter1 Graphic3d_PresentationAttributes
return System

Method() public method

public Method ( ) : Aspect_TypeOfHighlightMethod
return Aspect_TypeOfHighlightMethod

SetBasicFillAreaAspect() public method

public SetBasicFillAreaAspect ( CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d theAspect ) : void
theAspect CascadeSharp.TKService.Graphic3d.Graphic3d_AspectFillArea3d
return void

SetColor() public method

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

SetDisplayMode() public method

public SetDisplayMode ( int theMode ) : void
theMode int
return void

SetMethod() public method

public SetMethod ( Aspect_TypeOfHighlightMethod theMethod ) : void
theMethod Aspect_TypeOfHighlightMethod
return void

SetTransparency() public method

public SetTransparency ( float theTranspCoef ) : void
theTranspCoef float
return void

SetZLayer() public method

public SetZLayer ( int theLayer ) : void
theLayer int
return void

Transparency() public method

public Transparency ( ) : float
return float

ZLayer() public method

public ZLayer ( ) : int
return int

get_type_name() public method

public get_type_name ( ) : char
return char