A3DGraphVPicturePatternData
Fields
Detailed Description
-
struct A3DGraphVPicturePatternData
A fill pattern using a vectorized picture.
A3DGraphVPicturePatternDatais one of the four fill pattern provided by HOOPS. It is associated to thekA3DTypeGraphVPicturePatternentity type. The other available fill patterns areA3DGraphDottingPatternData,A3DGraphHatchingPatternDataandA3DGraphSolidPatternData.- Version
2.0
See also
See also
See also
See also
See also
See also
See also
See also
- Pattern Description
This fill pattern uses a picture described with a markup tessellation. An
A3DTessMarkupDatais referenced to bym_pMarkupTess. Only a subset of tessellation markup are supported as description for a picture fill pattern:kA3DMarkupIsMatrixkA3DMarkupIsExtraDatakA3DMarkupExtraDataTypePolyline
00Triangles
01kA3DMarkupTriangleMaskColor
01kA3DMarkupColorMaskLine Stipple
01kA3DMarkupLineStippleMaskPoints
01kA3DMarkupPointsMaskPolygon
01kA3DMarkupPolygonMaskLine Width
01kA3DMarkupLineWidthMask- Pattern layers
Implementations can express complex patterns by chaining them in order, using the
m_uiNextPatternIndexfield.
Public Members
-
A3DTessMarkup *m_pMarkupTess
A handle to an existing
A3DTessMarkupDatainstance.