Inheritance Hierarchy
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.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
 | 
 
(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
 | 
 
(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
 | 
 
(Inherited from Object) | 
 
 | 
GetUDerivative(Int32)
 | 
  | 
 
 | 
GetUDerivative(Int32,
Point2d)
 | 
  | 
  
 | 
GetUDerivative(Int32,
Surface, Point2d)
 | 
  | 
 
 | 
GetVDerivative(Int32)
 | 
  | 
 
 | 
GetVDerivative(Int32,
Point2d)
 | 
  | 
  
 | 
GetVDerivative(Int32,
Surface, Point2d)
 | 
  | 
 
 | 
InitializeLifetimeService
 | 
 
(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
 | 
 
(Inherited from Object) | 
 
 | 
TransformBy
 | 
 
(Inherited from Entity3d) | 
 
 | 
TranslateBy
 | 
 
(Inherited from Entity3d) | 
Top
 
See Also