Entity
|
The Entity3d type exposes the following members.
| 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) |
|
| 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. | |
| Create | Creates an object based on the passed pointer and returns a handle to the created object. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Overrides DisposableWrapperDeleteUnmanagedObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| IsEqualTo(Entity3d) | Checks whether this entity is equal to the specified entity. | |
| IsEqualTo(Entity3d, Tolerance) | Checks whether this entity is equal to the specified entity within a geometric tolerance. | |
| IsOn(Point3d) | Checks whether the specified point is on this entity. | |
| IsOn(Point3d, Tolerance) | Checks whether the specified point is on this entity according to a geometric tolerance. | |
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| Mirror | Mirrors this entity about the specified plane. | |
| RotateBy | Rotates this entity by the specified angle about the axis defined by the point and the vector. | |
| ScaleBy | Scales this entity by the scale factor about the specified point. | |
| ToString | (Inherited from Object) |
|
| TransformBy | Applies the specified 2D transformation matrix to this entity. | |
| TranslateBy | Translates this entity by applying a 3D translation vector. |
| © Bricsys NV. All rights reserved. |