Surface
|
The SurfaceSurfaceIntersector type exposes the following members.
| Name | Description | |
|---|---|---|
| SurfaceSurfaceIntersector | Default constructor for the SurfaceSurfaceIntersector class. Creates a default corresponding C++ object with NULL surfaces, default tolerance, flag that indicates whether surfaces overlap set to false, and a flag that indicates that data is not initialized. | |
| SurfaceSurfaceIntersector(Surface, Surface) | Constructor for the SurfaceSurfaceIntersector class. Creates a surface intersector with two specified surface objects. | |
| SurfaceSurfaceIntersector(Surface, Surface, Tolerance) | Constructor for the SurfaceSurfaceIntersector class. Creates a surface intersector with two specified surface objects and a tolerance. |
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper) |
|
| IsDisposed | (Inherited from DisposableWrapper) |
|
| NumResults | ||
| Surface1 | ||
| Surface2 | ||
| Tolerance | ||
| 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) |
|
| DeleteUnmanagedObject | (Inherited from Entity3d) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetDimension | Returns the dimension of the intersection point by its index. | |
| GetHashCode | (Inherited from DisposableWrapper) |
|
| GetIntersectionConfigurations | Retrieves the surface configurations on either side of the intersection. Currently not implemented. | |
| GetIntersectPointParameters | Retrieves the parameter pairs (U, V) for the specified intersection point with respect to each surface. | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| GetType(Int32) | Retrieves the type of the specified intersection. Currently not implemented. | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
|
| IntersectCurve | Retrieves the 3D curve representing the specified intersection. | |
| IntersectParameterCurve | Retrieves the 2D curve representing the specified intersection. | |
| IntersectPoint | Retrieves the 3D intersection point at the specified index. | |
| 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) |
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject
object. (Inherited from MarshalByRefObject) |
|
| 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) |
|
| Set(Surface, Surface) | Sets surfaces for an intersection. | |
| Set(Surface, Surface, Tolerance) | Sets surfaces for an intersection and a tolerance to compute intersections. | |
| 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. |