메소드 |
설명 |
|
Add ( IntPolyh_Point P1 ) : IntPolyh_Point |
|
|
Cross ( IntPolyh_Point P1, IntPolyh_Point P2 ) : void |
|
|
Degenerated ( ) : bool |
|
|
Divide ( double rr ) : IntPolyh_Point |
|
|
Dot ( IntPolyh_Point P2 ) : double |
|
|
Dump ( ) : void |
|
|
Dump ( int i ) : void |
|
|
IntPolyh_Point ( ) : System |
|
|
IntPolyh_Point ( IntPolyh_Point parameter1 ) : System |
|
|
IntPolyh_Point ( double x, double y, double z, double u, double v ) : System |
|
|
Middle ( Adaptor3d_HSurface MySurface, IntPolyh_Point P1, IntPolyh_Point P2 ) : void |
|
|
Multiplication ( double rr ) : IntPolyh_Point |
|
|
PartOfCommon ( ) : int |
|
|
Set ( double x, double y, double z, double u, double v ) : void |
|
|
Set ( double x, double y, double z, double u, double v, int II ) : void |
|
|
SetDegenerated ( bool theFlag ) : void |
|
|
SetPartOfCommon ( int ii ) : void |
|
|
SetU ( double u ) : void |
|
|
SetV ( double v ) : void |
|
|
SetX ( double x ) : void |
|
|
SetY ( double y ) : void |
|
|
SetZ ( double z ) : void |
|
|
SquareDistance ( IntPolyh_Point P2 ) : double |
|
|
SquareModulus ( ) : double |
|
|
Sub ( IntPolyh_Point P1 ) : IntPolyh_Point |
|
|
U ( ) : double |
|
|
V ( ) : double |
|
|
X ( ) : double |
|
|
Y ( ) : double |
|
|
Z ( ) : double |
|
|