public class ISurfaceR extends IObject implements ISurfaceI
| Modifier and Type | Class and Description |
|---|---|
static class |
ISurfaceR.IsFlat |
static class |
ISurfaceR.IsUClosed |
static class |
ISurfaceR.IsVClosed |
static class |
ISurfaceR.Normal |
static class |
ISurfaceR.Pt |
static class |
ISurfaceR.UTan |
static class |
ISurfaceR.UV |
static class |
ISurfaceR.UV2 |
static class |
ISurfaceR.VTan |
| Constructor and Description |
|---|
ISurfaceR() |
ISurfaceR(IServerI s) |
ISurfaceR(IServerI s,
ISurfaceI srf) |
ISurfaceR(IServerI s,
ISurfaceR srf) |
ISurfaceR(ISurfaceI srf) |
ISurfaceR(ISurfaceR srf) |
| Modifier and Type | Method and Description |
|---|---|
ISurfaceR |
add(double x,
double y,
double z)
transformation methods; API of ITransformable interface
|
ISurfaceR |
add(double f,
IVecI v)
scale add alias
|
ISurfaceR |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
ISurfaceR |
add(IDoubleI f,
IVecI v)
scale add alias
|
ISurfaceR |
add(IVecI v) |
ISurfaceR |
add(IVecI v,
double f)
scale add
|
ISurfaceR |
add(IVecI v,
IDoubleI f)
scale add
|
ISurfaceR |
addInnerTrimLoop(ICurveI trim)
input trim curves is deleted as default if it inherits IObject like ICurve or ICurveR
|
ISurfaceR |
addInnerTrimLoop(ICurveI[] trim)
input trim curves is deleted as default if it inherits IObject like ICurve or ICurveR
|
ISurfaceR |
addInnerTrimLoop(ICurveI[] trim,
boolean deleteInput) |
ISurfaceR |
addInnerTrimLoop(ICurveI trim,
boolean deleteInput) |
ISurfaceR |
addInnerTrimLoop(ITrimCurveI trim) |
ISurfaceR |
addInnerTrimLoop(ITrimCurveI[] trim) |
ISurfaceR |
addOuterTrimLoop(ICurveI trim) |
ISurfaceR |
addOuterTrimLoop(ICurveI[] trim) |
ISurfaceR |
addOuterTrimLoop(ICurveI[] trim,
boolean deleteInput) |
ISurfaceR |
addOuterTrimLoop(ICurveI trim,
boolean deleteInput) |
ISurfaceR |
addOuterTrimLoop(ITrimCurveI trim) |
ISurfaceR |
addOuterTrimLoop(ITrimCurveI[] trim) |
IVecI |
center()
returns center of geometry object
|
ISurfaceR |
clearInnerTrim() |
ISurfaceR |
clearOuterTrim() |
ISurfaceR |
clearTrim() |
IVecR |
closePt(IVec2I pt)
find approximately closest point on a surface on 2D
|
IVecR |
closePt(IVecI pt)
find approximately closest point on a surface
|
ISurfaceR |
clr(java.awt.Color c) |
ISurfaceR |
clr(java.awt.Color c,
double alpha) |
ISurfaceR |
clr(java.awt.Color c,
float alpha) |
ISurfaceR |
clr(java.awt.Color c,
int alpha) |
ISurfaceR |
clr(double dgray) |
ISurfaceR |
clr(double dgray,
double dalpha) |
ISurfaceR |
clr(double dr,
double dg,
double db) |
ISurfaceR |
clr(double dr,
double dg,
double db,
double da) |
ISurfaceR |
clr(float fgray) |
ISurfaceR |
clr(float fgray,
float falpha) |
ISurfaceR |
clr(float fr,
float fg,
float fb) |
ISurfaceR |
clr(float fr,
float fg,
float fb,
float fa) |
ISurfaceR |
clr(IColor c)
to set an object color
|
ISurfaceR |
clr(IColor c,
double alpha)
to set color, with alpha value overwritten
|
ISurfaceR |
clr(IColor c,
float alpha)
to set color, with alpha value overwritten
|
ISurfaceR |
clr(IColor c,
int alpha)
to set color, with alpha value overwritten
|
ISurfaceR |
clr(int gray) |
ISurfaceR |
clr(int gray,
int alpha) |
ISurfaceR |
clr(int r,
int g,
int b) |
ISurfaceR |
clr(int r,
int g,
int b,
int a) |
ISurfaceR |
clr(IObject o)
to set the same color with the object
|
IVecR |
corner(IIntegerI i,
IIntegerI j) |
IVecR |
corner(int i,
int j) |
IVecI |
cornerCP(IIntegerI i,
IIntegerI j) |
IVecI |
cornerCP(int i,
int j) |
ISurfaceR |
cp()
cp() is alias of dup()
|
ISurfaceR |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
ISurfaceR |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IVecI |
cp(IIntegerI i,
IIntegerI j) |
IVecI |
cp(int i,
int j) |
ISurfaceR |
cp(IVecI v)
cp() is alias of dup().add()
|
IVecI[][] |
cps() |
IGraphicObject |
createGraphic(igeo.gui.IGraphicMode m) |
double |
dist(IVec2I pt)
distance to the closest point on a surface on 2D
|
double |
dist(IVecI pt)
distance to the closest point on a surface
|
ISurfaceR |
div(double v) |
ISurfaceR |
div(IDoubleI v) |
ISurfaceR |
dup()
duplicate object
|
IVecR |
ep(IIntegerI i,
IIntegerI j) |
IVecR |
ep(int i,
int j) |
ISurfaceR |
flip()
alias of neg
|
ISurfaceR |
flipN()
alias of flipN()
|
ISurfaceR |
flipU()
alias of revU()
|
ISurfaceR |
flipUV()
alias of revUV()
|
ISurfaceR |
flipV()
alias of revV()
|
ISurfaceGeo |
get() |
boolean |
hasDefaultTrim()
check if it has default rectangular outer trim
|
boolean |
hasDefaultTrim(ISwitchE e) |
IBoolI |
hasDefaultTrim(ISwitchR r) |
boolean |
hasInnerTrim() |
boolean |
hasInnerTrim(ISwitchE e) |
IBoolI |
hasInnerTrim(ISwitchR r) |
boolean |
hasOuterTrim() |
boolean |
hasOuterTrim(ISwitchE e) |
IBoolI |
hasOuterTrim(ISwitchR r) |
boolean |
hasTrim() |
boolean |
hasTrim(ISwitchE e) |
IBoolI |
hasTrim(ISwitchR r) |
ISurfaceR |
hide() |
ISurfaceR |
hsb(double h,
double s,
double b) |
ISurfaceR |
hsb(double h,
double s,
double b,
double a) |
ISurfaceR |
hsb(float h,
float s,
float b) |
ISurfaceR |
hsb(float h,
float s,
float b,
float a) |
void |
initSurface(IServerI s) |
ITrimCurveI |
innerTrim(IIntegerI i,
IIntegerI j) |
ITrimCurveI |
innerTrim(int i,
int j) |
ITrimCurveI[] |
innerTrimLoop(IIntegerI i) |
ITrimCurveI[] |
innerTrimLoop(int i) |
int |
innerTrimLoopNum() |
int |
innerTrimLoopNum(ISwitchE e) |
IIntegerI |
innerTrimLoopNum(ISwitchR r) |
IIntegerI |
innerTrimNum(IIntegerI i) |
int |
innerTrimNum(int i) |
boolean |
isFlat() |
boolean |
isFlat(ISwitchE e) |
IBoolI |
isFlat(ISwitchR r) |
boolean |
isRational() |
boolean |
isRational(ISwitchE e) |
IBoolI |
isRational(ISwitchR r) |
boolean |
isUClosed() |
boolean |
isUClosed(ISwitchE e) |
IBoolI |
isUClosed(ISwitchR r) |
boolean |
isValid()
checking parameters validity.
|
boolean |
isVClosed() |
boolean |
isVClosed(ISwitchE e) |
IBoolI |
isVClosed(ISwitchR r) |
ISurfaceR |
layer(ILayer l)
Set layer by ILayer object
|
IVecR |
mid()
mid in UV parameter (u=0.5, v=0.5) point on a surface
|
ISurfaceR |
mirror(IVecI planeDir)
mirror is alias of ref
|
ISurfaceR |
mirror(IVecI center,
IVecI planeDir) |
ISurfaceR |
mul(double v) |
ISurfaceR |
mul(IDoubleI v) |
ISurfaceR |
mv(double x,
double y,
double z)
mv() is alias of add()
|
ISurfaceR |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z) |
ISurfaceR |
mv(IVecI v) |
ISurfaceR |
name(java.lang.String nm)
methods of IObject
|
ISurfaceR |
neg() |
IVecR |
nml(double u,
double v)
alias of normal
|
IVecR |
nml(IDoubleI u,
IDoubleI v) |
IVecR |
nml(IVec2I v) |
IVecR |
normal(double u,
double v) |
IVecR |
normal(IDoubleI u,
IDoubleI v) |
IVecR |
normal(IVec2I v) |
IVecR |
nrml(double u,
double v) |
IVecR |
nrml(IDoubleI u,
IDoubleI v) |
IVecR |
nrml(IVec2I v) |
ITrimCurveI |
outerTrim(IIntegerI i,
IIntegerI j) |
ITrimCurveI |
outerTrim(int i,
int j) |
ITrimCurveI[] |
outerTrimLoop(IIntegerI i) |
ITrimCurveI[] |
outerTrimLoop(int i) |
int |
outerTrimLoopNum() |
int |
outerTrimLoopNum(ISwitchE e) |
IIntegerI |
outerTrimLoopNum(ISwitchR r) |
IIntegerI |
outerTrimNum(IIntegerI i) |
int |
outerTrimNum(int i) |
IVecR |
pt(double u,
double v) |
IVecR |
pt(double u,
double v,
double n) |
IVecR |
pt(IDoubleI u,
IDoubleI v) |
IVecR |
pt(IDoubleI u,
IDoubleI v,
IDoubleI n) |
IVecR |
pt(IVec2I v) |
IVecR |
pt(IVecI v) |
ISurfaceR |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane
|
ISurfaceR |
ref(IVecI center,
IVecI planeDir) |
ISurfaceR |
revN()
reverse normal direction by reversing V direction (UV and normal is dependent
|
ISurfaceR |
revU()
reverse U parameter internally without creating a new instance
|
ISurfaceR |
revUV()
reverse U and V parameter internally without creating a new instance
|
ISurfaceR |
revV()
reverse V parameter internally without creating a new instance
|
ISurfaceR |
rot(double angle) |
ISurfaceR |
rot(IDoubleI angle)
rotation around z-axis and origin
|
ISurfaceR |
rot(IVecI axis,
double angle) |
ISurfaceR |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
ISurfaceR |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector
|
ISurfaceR |
rot(IVecI center,
IVecI axis,
double angle) |
ISurfaceR |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center
|
ISurfaceR |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location
|
ISurfaceR |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double)
|
ISurfaceR |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI)
|
ISurfaceR |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector
|
ISurfaceR |
rot2(IVecI center,
double angle) |
ISurfaceR |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center
|
ISurfaceR |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location
|
ISurfaceR |
scale(double f) |
ISurfaceR |
scale(IDoubleI f)
alias of mul
|
ISurfaceR |
scale(IVecI center,
double f) |
ISurfaceR |
scale(IVecI center,
IDoubleI f) |
ISurfaceR |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
ISurfaceR |
scale1d(IVecI axis,
IDoubleI f) |
ISurfaceR |
scale1d(IVecI center,
IVecI axis,
double f) |
ISurfaceR |
scale1d(IVecI center,
IVecI axis,
IDoubleI f) |
ISurfaceR |
setColor(java.awt.Color c) |
ISurfaceR |
setColor(java.awt.Color c,
int alpha) |
ISurfaceR |
setColor(double dgray) |
ISurfaceR |
setColor(double dgray,
double dalpha) |
ISurfaceR |
setColor(double dr,
double dg,
double db) |
ISurfaceR |
setColor(double dr,
double dg,
double db,
double da) |
ISurfaceR |
setColor(float fgray) |
ISurfaceR |
setColor(float fgray,
float falpha) |
ISurfaceR |
setColor(float fr,
float fg,
float fb) |
ISurfaceR |
setColor(float fr,
float fg,
float fb,
float fa) |
ISurfaceR |
setColor(int gray) |
ISurfaceR |
setColor(int gray,
int alpha) |
ISurfaceR |
setColor(int r,
int g,
int b) |
ISurfaceR |
setColor(int r,
int g,
int b,
int a) |
ISurfaceR |
setHSBColor(double h,
double s,
double b) |
ISurfaceR |
setHSBColor(double h,
double s,
double b,
double a) |
ISurfaceR |
setHSBColor(float h,
float s,
float b) |
ISurfaceR |
setHSBColor(float h,
float s,
float b,
float a) |
ISurfaceR |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
ISurfaceR |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz) |
ISurfaceR |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz) |
ISurfaceR |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz) |
ISurfaceR |
shearXY(double sxy,
double syx) |
ISurfaceR |
shearXY(IDoubleI sxy,
IDoubleI syx) |
ISurfaceR |
shearXY(IVecI center,
double sxy,
double syx) |
ISurfaceR |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx) |
ISurfaceR |
shearYZ(double syz,
double szy) |
ISurfaceR |
shearYZ(IDoubleI syz,
IDoubleI szy) |
ISurfaceR |
shearYZ(IVecI center,
double syz,
double szy) |
ISurfaceR |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy) |
ISurfaceR |
shearZX(double szx,
double sxz) |
ISurfaceR |
shearZX(IDoubleI szx,
IDoubleI sxz) |
ISurfaceR |
shearZX(IVecI center,
double szx,
double sxz) |
ISurfaceR |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz) |
ISurfaceR |
show() |
ISurfaceR |
sub(double x,
double y,
double z) |
ISurfaceR |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
ISurfaceR |
sub(IVecI v) |
ISurfaceR |
swapUV()
swap U and V parameter
|
ISurfaceR |
transform(IMatrix3I mat) |
ISurfaceR |
transform(IMatrix4I mat) |
ISurfaceR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec) |
ISurfaceR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate) |
ISurfaceR |
translate(double x,
double y,
double z)
translate() is alias of add()
|
ISurfaceR |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z) |
ISurfaceR |
translate(IVecI v) |
IDoubleI |
u(IIntegerI epIdx,
IDoubleI epFraction) |
double |
u(int epIdx,
double epFraction) |
int |
ucpNum() |
int |
ucpNum(ISwitchE e) |
IIntegerI |
ucpNum(ISwitchR r) |
int |
udeg() |
int |
udeg(ISwitchE e) |
IIntegerI |
udeg(ISwitchR r) |
double |
uend() |
double |
uend(ISwitchE e) |
IDoubleI |
uend(ISwitchR r) |
int |
uepNum() |
int |
uepNum(ISwitchE e) |
IIntegerI |
uepNum(ISwitchR r) |
IDoubleI |
uknot(IIntegerI i) |
double |
uknot(int i) |
int |
uknotNum() |
int |
uknotNum(ISwitchE e) |
IIntegerI |
uknotNum(ISwitchR r) |
double[] |
uknots() |
double[] |
uknots(ISwitchE e) |
IDoubleI[] |
uknots(ISwitchR r) |
int |
unum() |
int |
unum(ISwitchE e) |
IIntegerI |
unum(ISwitchR r) |
double |
ustart()
original knots start value and end value
|
double |
ustart(ISwitchE e) |
IDoubleI |
ustart(ISwitchR r) |
IVecR |
utan(double u,
double v) |
IVecR |
utan(IDoubleI u,
IDoubleI v) |
IVecR |
utan(IVec2I v) |
IVec2R |
uv(IVec2I pt)
approximate invert projection from 2D location to interanl UV parameter (closest point on surface)
|
IVec2R |
uv(IVecI pt)
approximate invert projection from 3D location to interanl UV parameter (closest point on surface)
|
IDoubleI |
v(IIntegerI epIdx,
IDoubleI epFraction) |
double |
v(int epIdx,
double epFraction) |
int |
vcpNum() |
int |
vcpNum(ISwitchE e) |
IIntegerI |
vcpNum(ISwitchR r) |
int |
vdeg() |
int |
vdeg(ISwitchE e) |
IIntegerI |
vdeg(ISwitchR r) |
double |
vend() |
double |
vend(ISwitchE e) |
IDoubleI |
vend(ISwitchR r) |
int |
vepNum() |
int |
vepNum(ISwitchE e) |
IIntegerI |
vepNum(ISwitchR r) |
IDoubleI |
vknot(IIntegerI i) |
double |
vknot(int i) |
int |
vknotNum() |
int |
vknotNum(ISwitchE e) |
IIntegerI |
vknotNum(ISwitchR r) |
double[] |
vknots() |
double[] |
vknots(ISwitchE e) |
IDoubleI[] |
vknots(ISwitchR r) |
int |
vnum() |
int |
vnum(ISwitchE e) |
IIntegerI |
vnum(ISwitchR r) |
double |
vstart() |
double |
vstart(ISwitchE e) |
IDoubleI |
vstart(ISwitchR r) |
IVecR |
vtan(double u,
double v) |
IVecR |
vtan(IDoubleI u,
IDoubleI v) |
IVecR |
vtan(IVec2I v) |
ISurfaceR |
weight(double w) |
ISurfaceR |
weight(float w) |
addDynamics, addUserData, addUserData, alpha, alphaInt, attr, attr, attr, awtColor, blue, blueInt, brightness, castStringHashMap, clearDynamics, clearGraphics, clr, defaultAttribute, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getAWTColor, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, grey, greyInt, hue, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, saturation, server, setColor, setColor, setColor, setColor, setColor, setColor, setParameter, setTexture, syncColor, syncGraphic, syncVisibility, syncWeight, texture, updateGraphic, userData, userData, userData, userDataNum, visible, weightpublic ISurfaceI surface
public ISurfaceR()
public ISurfaceR(ISurfaceI srf)
public ISurfaceR(IServerI s)
public ISurfaceR(ISurfaceR srf)
public void initSurface(IServerI s)
public IGraphicObject createGraphic(igeo.gui.IGraphicMode m)
createGraphic in class IObjectpublic boolean isValid()
IObjectpublic ISurfaceGeo get()
get in interface IParameterget in interface ISurfaceIget in interface ISurfaceOppublic IVecR pt(double u, double v, double n)
public IVecR nml(double u, double v)
ISurfaceIpublic IVecR mid()
public IVecI center()
public IVec2R uv(IVecI pt)
public IVec2R uv(IVec2I pt)
public double dist(IVecI pt)
public double dist(IVec2I pt)
public boolean isRational()
isRational in interface ISurfaceIpublic boolean isRational(ISwitchE e)
isRational in interface ISurfaceIpublic IBoolI isRational(ISwitchR r)
isRational in interface ISurfaceIpublic double ustart()
ISurfaceIpublic ISurfaceR revU()
public ISurfaceR revV()
public ISurfaceR revUV()
public ISurfaceR revN()
public boolean hasInnerTrim()
hasInnerTrim in interface ISurfaceIpublic boolean hasInnerTrim(ISwitchE e)
hasInnerTrim in interface ISurfaceIpublic IBoolI hasInnerTrim(ISwitchR r)
hasInnerTrim in interface ISurfaceIpublic boolean hasOuterTrim()
hasOuterTrim in interface ISurfaceIpublic boolean hasOuterTrim(ISwitchE e)
hasOuterTrim in interface ISurfaceIpublic IBoolI hasOuterTrim(ISwitchR r)
hasOuterTrim in interface ISurfaceIpublic int innerTrimLoopNum()
innerTrimLoopNum in interface ISurfaceIpublic int innerTrimLoopNum(ISwitchE e)
innerTrimLoopNum in interface ISurfaceIpublic IIntegerI innerTrimLoopNum(ISwitchR r)
innerTrimLoopNum in interface ISurfaceIpublic int innerTrimNum(int i)
innerTrimNum in interface ISurfaceIpublic IIntegerI innerTrimNum(IIntegerI i)
innerTrimNum in interface ISurfaceIpublic ITrimCurveI[] innerTrimLoop(int i)
innerTrimLoop in interface ISurfaceIpublic ITrimCurveI[] innerTrimLoop(IIntegerI i)
innerTrimLoop in interface ISurfaceIpublic ITrimCurveI innerTrim(int i, int j)
public ITrimCurveI innerTrim(IIntegerI i, IIntegerI j)
public int outerTrimLoopNum()
outerTrimLoopNum in interface ISurfaceIpublic int outerTrimLoopNum(ISwitchE e)
outerTrimLoopNum in interface ISurfaceIpublic IIntegerI outerTrimLoopNum(ISwitchR r)
outerTrimLoopNum in interface ISurfaceIpublic int outerTrimNum(int i)
outerTrimNum in interface ISurfaceIpublic IIntegerI outerTrimNum(IIntegerI i)
outerTrimNum in interface ISurfaceIpublic ITrimCurveI[] outerTrimLoop(int i)
outerTrimLoop in interface ISurfaceIpublic ITrimCurveI[] outerTrimLoop(IIntegerI i)
outerTrimLoop in interface ISurfaceIpublic ITrimCurveI outerTrim(int i, int j)
public ITrimCurveI outerTrim(IIntegerI i, IIntegerI j)
public boolean hasDefaultTrim()
ISurfaceIhasDefaultTrim in interface ISurfaceIpublic boolean hasDefaultTrim(ISwitchE e)
hasDefaultTrim in interface ISurfaceIpublic IBoolI hasDefaultTrim(ISwitchR r)
hasDefaultTrim in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ITrimCurveI trim)
addInnerTrimLoop in interface ISurfaceItrim - trim curve needs to be closedpublic ISurfaceR addOuterTrimLoop(ITrimCurveI trim)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ITrimCurveI[] trim)
addInnerTrimLoop in interface ISurfaceItrim - array of trim curves need to form closed looppublic ISurfaceR addOuterTrimLoop(ITrimCurveI[] trim)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ICurveI trim)
ISurfaceIaddInnerTrimLoop in interface ISurfaceIpublic ISurfaceR addOuterTrimLoop(ICurveI trim)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ICurveI trim, boolean deleteInput)
addInnerTrimLoop in interface ISurfaceIpublic ISurfaceR addOuterTrimLoop(ICurveI trim, boolean deleteInput)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ICurveI[] trim)
ISurfaceIaddInnerTrimLoop in interface ISurfaceIpublic ISurfaceR addOuterTrimLoop(ICurveI[] trim)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR addInnerTrimLoop(ICurveI[] trim, boolean deleteInput)
addInnerTrimLoop in interface ISurfaceIpublic ISurfaceR addOuterTrimLoop(ICurveI[] trim, boolean deleteInput)
addOuterTrimLoop in interface ISurfaceIpublic ISurfaceR clearInnerTrim()
clearInnerTrim in interface ISurfaceIpublic ISurfaceR clearOuterTrim()
clearOuterTrim in interface ISurfaceIpublic ISurfaceR add(double x, double y, double z)
add in interface ISurfaceIadd in interface ITransformablepublic ISurfaceR add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ISurfaceIadd in interface ITransformablepublic ISurfaceR add(IVecI v)
add in interface ISurfaceIadd in interface ITransformablepublic ISurfaceR sub(double x, double y, double z)
sub in interface ISurfaceIsub in interface ITransformablepublic ISurfaceR sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ISurfaceIsub in interface ITransformablepublic ISurfaceR sub(IVecI v)
sub in interface ISurfaceIsub in interface ITransformablepublic ISurfaceR mul(IDoubleI v)
mul in interface ISurfaceImul in interface ITransformablepublic ISurfaceR mul(double v)
mul in interface ISurfaceImul in interface ITransformablepublic ISurfaceR div(IDoubleI v)
div in interface ISurfaceIdiv in interface ITransformablepublic ISurfaceR div(double v)
div in interface ISurfaceIdiv in interface ITransformablepublic ISurfaceR neg()
neg in interface ISurfaceIneg in interface ITransformablepublic ISurfaceR flip()
flip in interface ISurfaceIflip in interface ITransformablepublic ISurfaceR add(IVecI v, double f)
add in interface ISurfaceIadd in interface ITransformablepublic ISurfaceR add(IVecI v, IDoubleI f)
ITransformableadd in interface ISurfaceIadd in interface ITransformablepublic ISurfaceR add(double f, IVecI v)
add in interface ITransformablepublic ISurfaceR add(IDoubleI f, IVecI v)
ITransformableadd in interface ITransformablepublic ISurfaceR rot(IDoubleI angle)
ITransformablerot in interface ITransformablepublic ISurfaceR rot(double angle)
rot in interface ITransformablepublic ISurfaceR rot(IVecI axis, IDoubleI angle)
ITransformablerot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot(IVecI axis, double angle)
rot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot(IVecI center, IVecI axis, IDoubleI angle)
ITransformablerot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot(IVecI center, IVecI axis, double angle)
rot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot(IVecI axis, IVecI destDir)
rot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ISurfaceIrot in interface ITransformablepublic ISurfaceR rot2(IDoubleI angle)
ITransformablerot2 in interface ITransformablepublic ISurfaceR rot2(double angle)
ITransformablerot2 in interface ITransformablepublic ISurfaceR rot2(IVecI center, IDoubleI angle)
ITransformablerot2 in interface ITransformablepublic ISurfaceR rot2(IVecI center, double angle)
rot2 in interface ITransformablepublic ISurfaceR rot2(IVecI destDir)
rot2 in interface ITransformablepublic ISurfaceR rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablepublic ISurfaceR scale(IDoubleI f)
scale in interface ISurfaceIscale in interface ITransformablepublic ISurfaceR scale(double f)
scale in interface ISurfaceIscale in interface ITransformablepublic ISurfaceR scale(IVecI center, IDoubleI f)
scale in interface ISurfaceIscale in interface ITransformablepublic ISurfaceR scale(IVecI center, double f)
scale in interface ISurfaceIscale in interface ITransformablepublic ISurfaceR scale1d(IVecI axis, double f)
scale1d in interface ISurfaceIscale1d in interface ITransformablepublic ISurfaceR scale1d(IVecI axis, IDoubleI f)
scale1d in interface ISurfaceIscale1d in interface ITransformablepublic ISurfaceR scale1d(IVecI center, IVecI axis, double f)
scale1d in interface ISurfaceIscale1d in interface ITransformablepublic ISurfaceR scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d in interface ISurfaceIscale1d in interface ITransformablepublic ISurfaceR ref(IVecI planeDir)
ref in interface ISurfaceIref in interface ITransformablepublic ISurfaceR ref(IVecI center, IVecI planeDir)
ref in interface ISurfaceIref in interface ITransformablepublic ISurfaceR mirror(IVecI planeDir)
mirror in interface ISurfaceImirror in interface ITransformablepublic ISurfaceR mirror(IVecI center, IVecI planeDir)
mirror in interface ISurfaceImirror in interface ITransformablepublic ISurfaceR shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ISurfaceIshear in interface ITransformablepublic ISurfaceR shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear in interface ISurfaceIshear in interface ITransformablepublic ISurfaceR shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ISurfaceIshear in interface ITransformablepublic ISurfaceR shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear in interface ISurfaceIshear in interface ITransformablepublic ISurfaceR shearXY(double sxy, double syx)
shearXY in interface ISurfaceIshearXY in interface ITransformablepublic ISurfaceR shearXY(IDoubleI sxy, IDoubleI syx)
shearXY in interface ISurfaceIshearXY in interface ITransformablepublic ISurfaceR shearXY(IVecI center, double sxy, double syx)
shearXY in interface ISurfaceIshearXY in interface ITransformablepublic ISurfaceR shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY in interface ISurfaceIshearXY in interface ITransformablepublic ISurfaceR shearYZ(double syz, double szy)
shearYZ in interface ISurfaceIshearYZ in interface ITransformablepublic ISurfaceR shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ in interface ISurfaceIshearYZ in interface ITransformablepublic ISurfaceR shearYZ(IVecI center, double syz, double szy)
shearYZ in interface ISurfaceIshearYZ in interface ITransformablepublic ISurfaceR shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ in interface ISurfaceIshearYZ in interface ITransformablepublic ISurfaceR shearZX(double szx, double sxz)
shearZX in interface ISurfaceIshearZX in interface ITransformablepublic ISurfaceR shearZX(IDoubleI szx, IDoubleI sxz)
shearZX in interface ISurfaceIshearZX in interface ITransformablepublic ISurfaceR shearZX(IVecI center, double szx, double sxz)
shearZX in interface ISurfaceIshearZX in interface ITransformablepublic ISurfaceR shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX in interface ISurfaceIshearZX in interface ITransformablepublic ISurfaceR mv(double x, double y, double z)
mv in interface ISurfaceImv in interface ITransformablepublic ISurfaceR mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv in interface ISurfaceImv in interface ITransformablepublic ISurfaceR mv(IVecI v)
mv in interface ISurfaceImv in interface ITransformablepublic ISurfaceR cp()
public ISurfaceR cp(double x, double y, double z)
cp in interface ISurfaceIcp in interface ITransformablepublic ISurfaceR cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp in interface ISurfaceIcp in interface ITransformablepublic ISurfaceR cp(IVecI v)
cp in interface ISurfaceIcp in interface ITransformablepublic ISurfaceR translate(double x, double y, double z)
translate in interface ISurfaceItranslate in interface ITransformablepublic ISurfaceR translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate in interface ISurfaceItranslate in interface ITransformablepublic ISurfaceR translate(IVecI v)
translate in interface ISurfaceItranslate in interface ITransformablepublic ISurfaceR transform(IMatrix3I mat)
transform in interface ISurfaceItransform in interface ITransformablepublic ISurfaceR transform(IMatrix4I mat)
transform in interface ISurfaceItransform in interface ITransformablepublic ISurfaceR transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform in interface ISurfaceItransform in interface ITransformablepublic ISurfaceR transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform in interface ISurfaceItransform in interface ITransformablepublic ISurfaceR layer(ILayer l)
IObjectpublic ISurfaceR clr(IColor c, int alpha)
IObjectpublic ISurfaceR clr(IColor c, float alpha)
IObjectpublic ISurfaceR clr(IColor c, double alpha)
IObjectpublic ISurfaceR clr(IObject o)
IObjectpublic ISurfaceR clr(double dr, double dg, double db, double da)
public ISurfaceR setColor(java.awt.Color c, int alpha)
public ISurfaceR setColor(double dgray, double dalpha)
public ISurfaceR setColor(float fr, float fg, float fb)
public ISurfaceR setColor(double dr, double dg, double db)
public ISurfaceR setColor(float fr, float fg, float fb, float fa)
public ISurfaceR setColor(double dr, double dg, double db, double da)
public ISurfaceR setHSBColor(float h, float s, float b, float a)
setHSBColor in class IObjectpublic ISurfaceR setHSBColor(double h, double s, double b, double a)
setHSBColor in class IObjectpublic ISurfaceR setHSBColor(float h, float s, float b)
setHSBColor in class IObjectpublic ISurfaceR setHSBColor(double h, double s, double b)
setHSBColor in class IObject