Repetier-Host Plugin  2.0.0
RepetierHostExtender.interfaces.I3DHandle Interface Reference

A handle is used to manipulate a TopoGroup or smaller entity More...

Public Member Functions

double CameraDistance (ThreeDCamera cam)
 Distance to camera. Used for drawing order. More...
 
void Paint (I3DView view)
 Draw handle More...
 

Properties

string Name [get]
 Name to identify the handle type More...
 
object Tag [get, set]
 Special data for the one handling/creating the tag. More...
 
TopoGroup Group [get]
 TopoGroup the handle belongs to More...
 
bool AlwaysVisible [get]
 Return true if object should be visible even if parts of objects are before the object, More...
 
int Id [get]
 Id of the handle. Must be unique. Use More...
 

Detailed Description

A handle is used to manipulate a TopoGroup or smaller entity

Member Function Documentation

◆ CameraDistance()

double RepetierHostExtender.interfaces.I3DHandle.CameraDistance ( ThreeDCamera  cam)

Distance to camera. Used for drawing order.

Parameters
cam
Returns

◆ Paint()

void RepetierHostExtender.interfaces.I3DHandle.Paint ( I3DView  view)

Draw handle

Parameters
view

Property Documentation

◆ AlwaysVisible

bool RepetierHostExtender.interfaces.I3DHandle.AlwaysVisible
get

Return true if object should be visible even if parts of objects are before the object,

◆ Group

TopoGroup RepetierHostExtender.interfaces.I3DHandle.Group
get

TopoGroup the handle belongs to

◆ Id

int RepetierHostExtender.interfaces.I3DHandle.Id
get

Id of the handle. Must be unique. Use

◆ Name

string RepetierHostExtender.interfaces.I3DHandle.Name
get

Name to identify the handle type

◆ Tag

object RepetierHostExtender.interfaces.I3DHandle.Tag
getset

Special data for the one handling/creating the tag.


The documentation for this interface was generated from the following file:
About Us | Privacy Policy