pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::IToolTemplate Interface Reference

Tool Template. More...

Public Member Functions

GeVec3d GetPoint ()
 Returns the currently picked point in world coordinates. More...
 
void AbortTool ()
 Abort the tool. More...
 
void FinishTool ()
 Finish the tool. More...
 

Properties

X3g::Plugin::GeVec3d^  UserCoordSysOrigin [get, set]
 Represents the origin the tool is relative to. More...
 
MeasureType Measurement [get, set]
 Defines current measure type of this tool. More...
 
Coordinates EnabledCoordinates [get, set]
 Defines the visible and modifiable coordinates of this tool. More...
 

Detailed Description

Tool Template.

Member Function Documentation

void X3g::Plugin::IToolTemplate::AbortTool ( )

Abort the tool.

void X3g::Plugin::IToolTemplate::FinishTool ( )

Finish the tool.

GeVec3d X3g::Plugin::IToolTemplate::GetPoint ( )

Returns the currently picked point in world coordinates.

Property Documentation

Coordinates X3g::Plugin::IToolTemplate::EnabledCoordinates
getset

Defines the visible and modifiable coordinates of this tool.

MeasureType X3g::Plugin::IToolTemplate::Measurement
getset

Defines current measure type of this tool.

X3g:: Plugin:: GeVec3d^ X3g::Plugin::IToolTemplate::UserCoordSysOrigin
getset

Represents the origin the tool is relative to.