Methods
GetAttribute
Parameters
Returns boolean
GetAttributes
Parameters
fromname: string
copied: boolean
Returns void
GetIntegerAttribute
- GetIntegerAttribute(name: string, val: Graphic3d_ZLayerId): boolean
Parameters
name: string
val: Graphic3d_ZLayerId
Returns boolean
GetRealAttribute
- GetRealAttribute(name: string, val: number): boolean
Parameters
Returns boolean
IntegerAttribute
- IntegerAttribute(name: string): Graphic3d_ZLayerId
Parameters
Returns Graphic3d_ZLayerId
RealAttribute
- RealAttribute(name: string): number
RemoveAttribute
- RemoveAttribute(name: string): boolean
Parameters
Returns boolean
SetIntegerAttribute
- SetIntegerAttribute(name: string, val: Graphic3d_ZLayerId): void
Parameters
name: string
val: Graphic3d_ZLayerId
Returns void
SetRealAttribute
- SetRealAttribute(name: string, val: number): void
SetStringAttribute
- SetStringAttribute(name: string, val: string): void
StringAttribute
- StringAttribute(name: string): string