Indicates the section cut color.
*Color() - Section CutIndicates the section cut color. |
|||||
*Color() - Section CutIndicates the section cut color. |
Syntax |
*Color("R G B") |
|
Arguments |
Name |
Description |
R |
An integer between 0 and 255 that indicates the value of the red component of a color band displayed in the legend. |
|
G |
An integer between 0 and 255 that indicates the value of the green component of a color band displayed in the legend. |
|
B |
An integer between 0 and 255 that indicates the value of the blue component of a color band displayed in the legend. |
|
Example |
*BeginSectionCut("Section 1", "NonPlanarSection", On) *SectionType(CrossSection, 0.383854, Above) *SectionType(ClippingPlane, Above) *Orientation(YAxis, 0, 1, 0) *Base(0, 1.43968, 0) *PlaneD(1.43968) *Color("0 0 255") *OverrideColor(CustomColor) *DeformedTime(1.00000000) *EndSectionCut() |
|
Application |
HyperView. |
|
See also |
|
|