Library | Module

Interface IpfcTextDescriptor



Description

A data object representing a text entity.
Direct Parent Classes:
IpfcCurveDescriptor



Property Summary

PropertyPointas IpfcPoint3D
The location of the text
PropertyStyleas IpfcTextStyle
The text style
PropertyTextStringas String
The text string



Method Summary

FunctionCCpfcTextDescriptor.Create (TextString as String, Point as IpfcPoint3D, Style as IpfcTextStyle) as IpfcTextDescriptor
This method creates a new TextDescriptor object.



Property Detail


PropertyPointas IpfcPoint3D

The location of the text




PropertyStyleas IpfcTextStyle

The text style




PropertyTextStringas String

The text string





Method Detail


FunctionCCpfcTextDescriptor.Create (TextString as String, Point as IpfcPoint3D, Style as IpfcTextStyle) as IpfcTextDescriptor

This method creates a new TextDescriptor object.
Parameters:
TextString
The text string
Point
The location of the text
Style
The text style
Returns:
The new TextDescriptor object