Contours Type
Contours type inherits from dynamic object
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
Contours.init (?Coloring, ?End, ?LabelFont, ?LabelFormat, ?Operation, ?ShowLabels, ?ShowLines, ?Size, ?Start, ?Type, ?Value)
Parameters:
ContourColoring
?End : float
?LabelFont : Font
?LabelFormat : string
?Operation : ConstraintOperation
?ShowLabels : bool
?ShowLines : bool
?Size : float
?Start : float
?Type : ContourType
?Value : 'a
Returns: Contours
|
|
|
|
Full Usage:
Contours.initXyz (?Color, ?End, ?Highlight, ?HighlightColor, ?HighlightWidth, ?Project, ?Show, ?Size, ?Start, ?UseColorMap, ?Width)
Parameters:
Color
?End : float
?Highlight : bool
?HighlightColor : Color
?HighlightWidth : float
?Project : ContourProject
?Show : bool
?Size : float
?Start : float
?UseColorMap : bool
?Width : float
Returns: Contours
|
|
Full Usage:
Contours.style (?X, ?Y, ?Z, ?Coloring, ?End, ?LabelFont, ?LabelFormat, ?Operation, ?ShowLabels, ?ShowLines, ?Size, ?Start, ?Type, ?Value)
Parameters:
Contour
?Y : Contour
?Z : Contour
?Coloring : ContourColoring
?End : float
?LabelFont : Font
?LabelFormat : string
?Operation : ConstraintOperation
?ShowLabels : bool
?ShowLines : bool
?Size : float
?Start : float
?Type : ContourType
?Value : 'a
Returns: Contours -> Contours
|
|
Full Usage:
Contours.styleXyz (?Color, ?End, ?Highlight, ?HighlightColor, ?HighlightWidth, ?Project, ?Show, ?Size, ?Start, ?UseColorMap, ?Width)
Parameters:
Color
?End : float
?Highlight : bool
?HighlightColor : Color
?HighlightWidth : float
?Project : ContourProject
?Show : bool
?Size : float
?Start : float
?UseColorMap : bool
?Width : float
Returns: Contours -> Contours
|
|