Point
|
The PointOnSurface type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PointOnSurface | Default constructor for the PointOnSurface class. Creates a default corresponding C++ object with a point on the XY plane with a parameter value of (0,0). |
![]() |
PointOnSurface(Surface, Point2d) | Constructor for the PointOnSurface class. Constructs a point that lies on a specified surface and has a specified parameter value for u-axis and v-axis. |
Name | Description | |
---|---|---|
![]() |
AutoDelete | (Inherited from DisposableWrapper) |
![]() |
IsDisposed | (Inherited from DisposableWrapper) |
![]() |
Parameter | |
![]() |
Surface | |
![]() |
UnmanagedObject | (Inherited from DisposableWrapper) |
Name | Description | |
---|---|---|
![]() |
Clone | Clones this entity and returns a handle to the cloned
entity. (Inherited from Entity3d) |
![]() ![]() |
Create | Creates an object based on the passed pointer and returns a handle to the created object. |
![]() |
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) | Projects the specified vector to the tangent plane of the surface at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetInverseTangentVector(Vector3d, Point2d) | Projects the specified vector onto the tangent plane at the specified point and returns the 2D parameter space vector that maps to this projected vector. |
![]() ![]() |
GetInverseTangentVector(Vector3d, Surface, Point2d) | Projects the specified vector onto the tangent plane of the provided surface at the specified parameter point (u, v) and returns the 2D parameter space vector that maps to the projected vector. Currently not implemented. |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
GetMixedPartial | Returns the mixed partial derivative of the surface at the point on the surface. Currently not implemented. |
![]() |
GetMixedPartial(Point2d) | Returns the mixed partial derivative of the surface at the point corresponding to the parameter. The method also sets the specified 2D parameter point. Currently not implemented. |
![]() ![]() |
GetMixedPartial(Surface, Point2d) | Returns the mixed partial derivative of the specified surface at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetNormal | Returns the normal to the surface at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetNormal(Point2d) | Returns the normal to the surface at the point corresponding to the parameter. Currently not implemented. |
![]() ![]() |
GetNormal(Surface, Point2d) | Returns the normal to the specified surface at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetPoint | Returns a point. (Inherited from PointEntity3d) |
![]() |
GetPoint(Point2d) | Returns the 3D point that corresponds to a 2D parameter point on the surface. The method also sets the specified 2D parameter point. |
![]() ![]() |
GetPoint(Surface, Point2d) | Returns the 3D point that corresponds to a 2D parameter point on the specified surface. |
![]() |
GetTangentVector(Vector2d) | Maps the specified vector to the tangent plane of the surface at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetTangentVector(Vector2d, Point2d) | Maps the specified vector to the tangent plane of the surface at the specified parameter value. Currently not implemented. |
![]() ![]() |
GetTangentVector(Vector2d, Surface, Point2d) | Maps the specified vector to the tangent plane of the surface at the specified parameter value. Currently not implemented. |
![]() |
GetType | Gets the Type of the current
instance. (Inherited from Object) |
![]() |
GetUDerivative(Int32) | Returns the specified derivative of the surface in the U direction at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetUDerivative(Int32, Point2d) | Returns the specified derivative of the surface in the U direction at the point corresponding to the parameter. The point argument updates the parameter of the surface. Currently not implemented. |
![]() ![]() |
GetUDerivative(Int32, Surface, Point2d) | Returns the specified derivative of the surface in the U direction at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetVDerivative(Int32) | Returns the specified derivative of the surface in the V direction at the point corresponding to the parameter. Currently not implemented. |
![]() |
GetVDerivative(Int32, Point2d) | Returns the specified derivative of the surface in the V direction at the point corresponding to the parameter. The point argument updates the parameter of the surface. Currently not implemented. |
![]() ![]() |
GetVDerivative(Int32, Surface, Point2d) | Returns the specified derivative of the surface in the V direction at the point corresponding to the parameter. Currently not implemented. |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
IsEqualTo(Entity3d) | Checks whether this entity is equal to the specified
entity. (Inherited from Entity3d) |
![]() |
IsEqualTo(Entity3d, Tolerance) | Checks whether this entity is equal to the specified entity
within a geometric tolerance. (Inherited from Entity3d) |
![]() |
IsOn(Point3d) | Checks whether the specified point is on this entity. (Inherited from Entity3d) |
![]() |
IsOn(Point3d, Tolerance) | Checks whether the specified point is on this entity according
to a geometric tolerance. (Inherited from Entity3d) |
![]() |
Mirror | Mirrors this entity about the specified plane. (Inherited from Entity3d) |
![]() |
RotateBy | Rotates this entity by the specified angle about the axis
defined by the point and the vector. (Inherited from Entity3d) |
![]() |
ScaleBy | Scales this entity by the scale factor about the specified
point. (Inherited from Entity3d) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() |
TransformBy | Applies the specified 2D transformation matrix to this
entity. (Inherited from Entity3d) |
![]() |
TranslateBy | Translates this entity by applying a 3D translation
vector. (Inherited from Entity3d) |
© Bricsys NV. All rights reserved. |