Inheritance Hierarchy
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public sealed class PointOnSurface : PointEntity3d
Public NotInheritable Class PointOnSurface
Inherits PointEntity3d
public ref class PointOnSurface sealed : public PointEntity3d
[<SealedAttribute>]
type PointOnSurface =
class
inherit PointEntity3d
end
The PointOnSurface type exposes
the following members.
Constructors
Properties
Methods
|
Name |
Description |
|
Clone
|
(Inherited from Entity3d.) |

|
Create
|
|
|
CreateObjRef
|
Creates an object that contains all the
relevant information required to generate a proxy used to
communicate with a remote object.
(Inherited from MarshalByRefObject.) |
|
Dispose
|
(Inherited from DisposableWrapper.) |
|
Equals
|
(Inherited from DisposableWrapper.) |
|
GetHashCode
|
(Inherited from DisposableWrapper.) |
|
GetInverseTangentVector(Vector3d)
|
|
|
GetInverseTangentVector(Vector3d,
Point2d)
|
|

|
GetInverseTangentVector(Vector3d,
Surface, Point2d)
|
|
|
GetLifetimeService
|
Retrieves the current lifetime service object
that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
|
GetMixedPartial
|
|
|
GetMixedPartial(Point2d)
|
|

|
GetMixedPartial(Surface,
Point2d)
|
|
|
GetNormal
|
|
|
GetNormal(Point2d)
|
|

|
GetNormal(Surface,
Point2d)
|
|
|
GetPoint
|
(Inherited from PointEntity3d.) |
|
GetPoint(Point2d)
|
|

|
GetPoint(Surface,
Point2d)
|
|
|
GetTangentVector(Vector2d)
|
|
|
GetTangentVector(Vector2d,
Point2d)
|
|

|
GetTangentVector(Vector2d,
Surface, Point2d)
|
|
|
GetType
|
Gets the Type of the current instance.
(Inherited from Object.) |
|
GetUDerivative(Int32)
|
|
|
GetUDerivative(Int32,
Point2d)
|
|

|
GetUDerivative(Int32,
Surface, Point2d)
|
|
|
GetVDerivative(Int32)
|
|
|
GetVDerivative(Int32,
Point2d)
|
|

|
GetVDerivative(Int32,
Surface, Point2d)
|
|
|
InitializeLifetimeService
|
Obtains a lifetime service object to control
the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) |
|
IsEqualTo(Entity3d)
|
(Inherited from Entity3d.) |
|
IsEqualTo(Entity3d,
Tolerance)
|
(Inherited from Entity3d.) |
|
IsOn(Point3d)
|
(Inherited from Entity3d.) |
|
IsOn(Point3d,
Tolerance)
|
(Inherited from Entity3d.) |
|
Mirror
|
(Inherited from Entity3d.) |
|
RotateBy
|
(Inherited from Entity3d.) |
|
ScaleBy
|
(Inherited from Entity3d.) |
|
ToString
|
Returns a string that represents the current
object.
(Inherited from Object.) |
|
TransformBy
|
(Inherited from Entity3d.) |
|
TranslateBy
|
(Inherited from Entity3d.) |
Top
See Also