AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
GTrsfForm类 参考

Public 成员函数

String toString ()
 

静态 Public 属性

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")
 

详细描述

Identifies the type of a geometric transformation.

类成员变量说明

◆ 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