IDrawableProperties

Interface for Non-geometric properties for geometric representations

Methods

MethodDescription
getColor()Color to represent geometry with Value: Null if no color specified, RGB color if specified
getLineThickness()Line thickness in document’s measurement units (i.e. same as geometry’s units). Value: 0 if default thickness should be used
getVisible()Visibility of geometry Value: True if visible, false if not
getUnitToMMRate()Rate of document’s measurement units to millimeters
getLinePattern()Line pattern to represent geometry with

getColor()

ColorRGB getColor()

Color to represent geometry with Value: Null if no color specified, RGB color if specified

Returns: ColorRGB

getLineThickness()

double getLineThickness()

Line thickness in document’s measurement units (i.e. same as geometry’s units). Value: 0 if default thickness should be used

Returns: double

getVisible()

boolean getVisible()

Visibility of geometry Value: True if visible, false if not

Returns: boolean

getUnitToMMRate()

double getUnitToMMRate()

Rate of document’s measurement units to millimeters

Returns: double

getLinePattern()

int getLinePattern()

Line pattern to represent geometry with

Returns: int