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 | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| Parameter | Property that represents the parameter value on the surface corresponding to the point. | |
| Surface | Property that represents handle to a constant surface on which the point lies. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (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 | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (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 | (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 | (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 | (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 | (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. |