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 | 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) |
|
| NumResults | Property that represents the number of intersections between the two surfaces. | |
| Surface1 | Property that represents the first surface of intersection. | |
| Surface2 | Property that represents the second surface of intersection. | |
| Tolerance | Property that represents the tolerance for determining intersections. | |
| 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) |
|
| DeleteUnmanagedObject | (Inherited from Entity3d) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetDimension | Returns the dimension of the intersection point by its index. | |
| GetHashCode | Retrieves the object hash code. (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 | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| GetType(Int32) | Retrieves the type of the specified intersection. Currently not implemented. | |
| InitializeLifetimeService | (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 | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (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 | (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. |