pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Attributes | List of all members
X3g::Plugin::GePolylines Class Reference

A set of polylines of the same color. More...

Inheritance diagram for X3g::Plugin::GePolylines:
Inheritance graph
[legend]

Public Attributes

array< GeVec3f >^ Vertices
 Vertices of all polylines. More...
 
array< int >^ Lengths
 Length of each polyline. More...
 
double LineWidth
 Width of all polylines. More...
 
- Public Attributes inherited from X3g::Plugin::GeGeometry
Color Color
 Simple color. More...
 
- Public Attributes inherited from X3g::Plugin::GeDrawable
StringLayer
 Layer name. More...
 

Detailed Description

A set of polylines of the same color.

Member Data Documentation

array<int> ^ X3g::Plugin::GePolylines::Lengths

Length of each polyline.

double X3g::Plugin::GePolylines::LineWidth

Width of all polylines.

array<GeVec3f> ^ X3g::Plugin::GePolylines::Vertices

Vertices of all polylines.