|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.geometry.GeometryElement
org.jscience.mathematics.geometry.AbstractParametricSurface
org.jscience.mathematics.geometry.ParametricSurface3D
org.jscience.mathematics.geometry.SweptSurface3D
org.jscience.mathematics.geometry.SurfaceOfRevolution3D
public class SurfaceOfRevolution3D
�R���� : ��]�ʂ�\���N���X?B
��]�ʂƂ�?A ����R������?�⠂钼?�̎��ʼn�]�������O?Ղ�ȖʂƂ݂Ȃ���̂ł���?B ���̃N���X�̃C���X�^���X��?A ��]������ׂ��R������?� sweptCurve �� ��]�̒�?S�����z�u?�� (��?�?W�n,Axis1Placement3D) axisPosition
��ێ?����?B
������?AsweptCurve �� �X?[�p?[�N���X ��ŕێ?�����?B
��]�ʂ� U ���̃p���??[�^��`��͗L�Ŏ��I�ł���?A
���̃v���C�}���ȗL���Ԃ� [0, (2 * ��)] �ł���?B
V ���̃p���??[�^��`���?AsweptCurve �̃p���??[�^��`��Ɉ�v����?B
(u, v) ��p���??[�^�Ƃ����]�� P(u, v) �̃p���?�g���b�N�\����?A�ȉ��̒ʂ�?B
P(u, v) = c + m(u) * cos(v) + ((m(u), d) * d * (1 - cos(v)) + (d X m(u)) * sin(v)
������
c = axisPosition.location()
d = axisPosition.z()
m(u) = sweptCurve(u) - c
(a, b) : a, b �̓�?�
(a X b) : a, b �̊O?�
��\��?B
| Constructor Summary | |
|---|---|
SurfaceOfRevolution3D(ParametricCurve3D sweptCurve,
Axis1Placement3D axisPosition)
��]�������? |
|
| Method Summary | |
|---|---|
Line3D |
axisLine()
���̋Ȗʂ̉�]�̒�? |
Axis1Placement3D |
axisPosition()
���̋Ȗʂ̉�]�̒�? |
Point3D |
coordinates(double uParam,
double vParam)
���̋Ȗʂ�? |
protected ParametricSurface3D |
doTransformBy(boolean reverseTransform,
CartesianTransformationOperator3D transformationOperator,
java.util.Hashtable transformedGeometries)
���̋Ȗʂ�? |
SurfaceDerivative3D |
evaluation(double uParam,
double vParam)
���̋Ȗʂ�? |
BsplineSurface3D |
offsetByBsplineSurface(ParameterSection uPint,
ParameterSection vPint,
double magni,
int side,
ToleranceForDistance tol)
���̋Ȗʂ̎w��� (�p���?? |
protected void |
output(java.io.PrintWriter writer,
int indent)
? |
PointOnSurface3D[] |
projectFrom(Point3D point)
�^����ꂽ�_���炱�̋Ȗʂւ̓��e�_��? |
Vector3D[] |
tangentVector(double uParam,
double vParam)
���̋Ȗʂ�? |
BsplineSurface3D |
toBsplineSurface(ParameterSection uPint,
ParameterSection vPint)
���̋Ȗʂ̎w��� (�p���?? |
Mesh3D |
toMesh(ParameterSection uPint,
ParameterSection vPint,
ToleranceForDistance tol)
���̋Ȗʂ̎w��� (�p���?? |
java.util.Vector |
toNonStructuredPoints(ParameterSection uParameterSection,
ParameterSection vParameterSection,
double tolerance,
double[] scalingFactor)
���̋Ȗʂ̎w��� (�p���?? |
ParametricCurve3D |
uIsoParametricCurve(double uParam)
���̋Ȗʂ� U �p���?? |
ParametricCurve3D |
vIsoParametricCurve(double vParam)
���̋Ȗʂ� V �p���?? |
| Methods inherited from class org.jscience.mathematics.geometry.SweptSurface3D |
|---|
intersect, intersect, isFreeform, sweptCurve |
| Methods inherited from class org.jscience.mathematics.geometry.ParametricSurface3D |
|---|
curvature, dimension, fillet, is3D, nearestProjectFrom, nearestProjectWithDistanceFrom, normalVector, pointToParameter, reverseTransformBy, transformBy, transformBy |
| Methods inherited from class org.jscience.mathematics.geometry.AbstractParametricSurface |
|---|
checkUValidity, checkUValidity, checkVValidity, checkVValidity, isParametric, isSurface, isUFinite, isUInfinite, isUNonPeriodic, isUPeriodic, isValidUParameter, isValidVParameter, isVFinite, isVInfinite, isVNonPeriodic, isVPeriodic, uParameterDomain, vParameterDomain |
| Methods inherited from class org.jscience.mathematics.geometry.GeometryElement |
|---|
getClassName, getToleranceForAngle, getToleranceForAngleAsObject, getToleranceForDistance, getToleranceForDistance2, getToleranceForDistanceAsObject, getToleranceForParameter, getToleranceForParameterAsObject, getToleranceForRealNumber, getToleranceForRealNumberAsObject, is1D, is2D, isCurve, isPlacement, isPoint, isTransformationOperator, isVector, makeIndent, output |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SurfaceOfRevolution3D(ParametricCurve3D sweptCurve,
Axis1Placement3D axisPosition)
sweptCurve - ��]�������?�axisPosition - ��]�̒�?S��InvalidArgumentValueException| Method Detail |
|---|
public Axis1Placement3D axisPosition()
public Line3D axisLine()
public Point3D coordinates(double uParam,
double vParam)
coordinates in class ParametricSurface3DuParam - U ���̃p���??[�^�lvParam - V ���̃p���??[�^�l
ParameterOutOfRange
public Vector3D[] tangentVector(double uParam,
double vParam)
tangentVector in class ParametricSurface3DuParam - U ���̃p���??[�^�lvParam - V ���̃p���??[�^�l
ParameterOutOfRange
public SurfaceDerivative3D evaluation(double uParam,
double vParam)
evaluation in class ParametricSurface3DuParam - U ���̃p���??[�^�lvParam - V ���̃p���??[�^�l
ParameterOutOfRange
public PointOnSurface3D[] projectFrom(Point3D point)
throws IndefiniteSolutionException
projectFrom in class ParametricSurface3Dpoint - ���e���̓_
IndefiniteSolutionException - �⪕s��ł��� (��?��̉⪑�?݂���)
public Mesh3D toMesh(ParameterSection uPint,
ParameterSection vPint,
ToleranceForDistance tol)
toMesh in class ParametricSurface3DuPint - U ���̃p���??[�^���vPint - V ���̃p���??[�^���tol - �����̋��e��?�
PointOnSurface3D,
ParameterOutOfRange
public BsplineSurface3D toBsplineSurface(ParameterSection uPint,
ParameterSection vPint)
toBsplineSurface in class ParametricSurface3DuPint - U ���̃p���??[�^���vPint - V ���̃p���??[�^���
ParameterOutOfRange
public BsplineSurface3D offsetByBsplineSurface(ParameterSection uPint,
ParameterSection vPint,
double magni,
int side,
ToleranceForDistance tol)
offsetByBsplineSurface in class ParametricSurface3DuPint - U ���̃p���??[�^���vPint - V ���̃p���??[�^���magni - �I�t�Z�b�g��side - �I�t�Z�b�g�̌� (WhichSide.FRONT/BACK)tol - �����̋��e��?�
WhichSidepublic ParametricCurve3D uIsoParametricCurve(double uParam)
ParametricSurface3D
uIsoParametricCurve in class ParametricSurface3DuParam - U ���̃p���??[�^�l
public ParametricCurve3D vIsoParametricCurve(double vParam)
throws ReducedToPointException
ParametricSurface3D
vIsoParametricCurve in class ParametricSurface3DvParam - V ���̃p���??[�^�l
ReducedToPointException
public java.util.Vector toNonStructuredPoints(ParameterSection uParameterSection,
ParameterSection vParameterSection,
double tolerance,
double[] scalingFactor)
toNonStructuredPoints in class ParametricSurface3DuParameterSection - U ���̃p���??[�^���vParameterSection - V ���̃p���??[�^���tolerance - �����̋��e��?�scalingFactor - �_�Q��O�p�`��������?ۂɗL�p�Ǝv���� U/V ��?k�ڔ{��
PointOnSurface3D
protected ParametricSurface3D doTransformBy(boolean reverseTransform,
CartesianTransformationOperator3D transformationOperator,
java.util.Hashtable transformedGeometries)
doTransformBy in class ParametricSurface3DreverseTransform - �t�ϊ�����̂ł���� true?A�����łȂ���� falsetransformationOperator - �I�ϊ����Z�qtransformedGeometries - ��ɓ��l�̕ϊ���{�����v�f��܂ރn�b�V���e?[�u��
protected void output(java.io.PrintWriter writer,
int indent)
output in class GeometryElementwriter - PrintWriterindent - �C���f���g��?[��GeometryElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||