GroupTemplatePart class final

Identifies a part in a group template.

The part feature created from this template has a pre-defined set of attributes as specified in the GroupTemplatePart.template.

The GroupTemplatePart.builderToolType, with the GroupTemplatePart.options, describes how to create the base geometry from the first item in the GroupTemplateDefinition.parts, which is transformed to create this part feature's geometry.

Implemented types

Properties

builderToolType GeometryBuilderToolType
A tool type used to transform the primary geometry into this part.
no setter
hashCode int
The hash code for this object.
no setterinherited
options Map<CaseInsensitiveString, dynamic>
The optional configuration for the builder tool type. Keys are case-insensitive.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template SharedTemplate
The template applicable for this specific part.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited