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::GeComponent Class Reference

Container for a set of drawables. More...

Public Attributes

StringName
 Component name which is the name of the according DbBlock. More...
 
List< GeMesh^ >^ Meshes
 Mesh data. More...
 
List< GePolylines^ >^ Polylines
 Polylines. More...
 
List< GePoints^ >^ Points
 Points. More...
 
List< GeComponentInstance^ >^ Instances
 Component instances. More...
 

Detailed Description

Container for a set of drawables.

Member Data Documentation

List<GeComponentInstance^> ^ X3g::Plugin::GeComponent::Instances

Component instances.

List<GeMesh^> ^ X3g::Plugin::GeComponent::Meshes

Mesh data.

String ^ X3g::Plugin::GeComponent::Name

Component name which is the name of the according DbBlock.

List<GePoints^> ^ X3g::Plugin::GeComponent::Points

Points.

List<GePolylines^> ^ X3g::Plugin::GeComponent::Polylines

Polylines.