AnyCAD Rapid API 2023
Help you to create a better world!
All Classes Functions Variables Modules Pages
GTrsfForm Class Reference

Public Member Functions

String toString ()
 

Static Public Attributes

static final GTrsfForm gp_Identity = new GTrsfForm("gp_Identity")
 
static final GTrsfForm gp_Rotation = new GTrsfForm("gp_Rotation")
 
static final GTrsfForm gp_Translation = new GTrsfForm("gp_Translation")
 
static final GTrsfForm gp_PntMirror = new GTrsfForm("gp_PntMirror")
 
static final GTrsfForm gp_Ax1Mirror = new GTrsfForm("gp_Ax1Mirror")
 
static final GTrsfForm gp_Ax2Mirror = new GTrsfForm("gp_Ax2Mirror")
 
static final GTrsfForm gp_Scale = new GTrsfForm("gp_Scale")
 
static final GTrsfForm gp_CompoundTrsf = new GTrsfForm("gp_CompoundTrsf")
 
static final GTrsfForm gp_Other = new GTrsfForm("gp_Other")
 

Detailed Description

Identifies the type of a geometric transformation.

Member Data Documentation

◆ gp_Ax1Mirror

final GTrsfForm GTrsfForm.gp_Ax1Mirror = new GTrsfForm("gp_Ax1Mirror")
static

Rotational symmetry

◆ gp_Ax2Mirror

final GTrsfForm GTrsfForm.gp_Ax2Mirror = new GTrsfForm("gp_Ax2Mirror")
static

Bilateral symmetry

◆ gp_CompoundTrsf

final GTrsfForm GTrsfForm.gp_CompoundTrsf = new GTrsfForm("gp_CompoundTrsf")
static

Combination of the above transformations

◆ gp_Identity

final GTrsfForm GTrsfForm.gp_Identity = new GTrsfForm("gp_Identity")
static

No transformation (matrix is identity)

◆ gp_Other

final GTrsfForm GTrsfForm.gp_Other = new GTrsfForm("gp_Other")
static

Transformation with not-orthogonal matrix

◆ gp_PntMirror

final GTrsfForm GTrsfForm.gp_PntMirror = new GTrsfForm("gp_PntMirror")
static

Central symmetry

◆ gp_Rotation

final GTrsfForm GTrsfForm.gp_Rotation = new GTrsfForm("gp_Rotation")
static

Rotation

◆ gp_Scale

final GTrsfForm GTrsfForm.gp_Scale = new GTrsfForm("gp_Scale")
static

Scale

◆ gp_Translation

final GTrsfForm GTrsfForm.gp_Translation = new GTrsfForm("gp_Translation")
static

Translation