CreatePoint Method (IMathUtility)
Creates a mathematical point using the specified coordinates.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreatePoint( _
DOUBLE X As System.Double, _
DOUBLE Y As System.Double, _
DOUBLE Z As System.Double _
) As MathPoint |
C# | |
---|
MathPoint CreatePoint(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
CreatePoint(
X : Number,
Y : Number,
Z : Number,\n) : Number |
COM native C++ | |
---|
HRESULT CreatePoint(
double X,
,
double Y,
,
double Z
,
IMathPoint** MathPoint
) |
Parameters
- X
- x coordinate
- Y
- y coordinate
- Z
- z coordinate
Parameters
- MathPoint[out] or Return Value
- IMathPoint
Example
Get Distance Between Two Math Points (VB.NET)
Get Distance Between Two Math Points (C#)
Get Distance Between Two Math Points (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
Get Distance Between Two Math Points (VBA)
See Also
Availability
DraftSight V1R1.4