Class BRepItem
Inheritance
System.Object
BRepItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: CADability.dll
Syntax
public class BRepItem : IOctTreeInsertable
Constructors
|
Improve this Doc
View Source
BRepItem(OctTree<BRepItem>, Edge)
Declaration
public BRepItem(OctTree<BRepItem> root, Edge edge)
Parameters
|
Improve this Doc
View Source
BRepItem(OctTree<BRepItem>, Face)
Declaration
public BRepItem(OctTree<BRepItem> root, Face face)
Parameters
|
Improve this Doc
View Source
BRepItem(OctTree<BRepItem>, Vertex)
Declaration
public BRepItem(OctTree<BRepItem> root, Vertex vertex)
Parameters
|
Improve this Doc
View Source
BRepItem(OctTree<BRepItem>, Vertex, Edge, Face)
Declaration
public BRepItem(OctTree<BRepItem> root, Vertex vertex, Edge edge, Face face)
Parameters
Fields
|
Improve this Doc
View Source
edge
Declaration
Field Value
|
Improve this Doc
View Source
face
Declaration
Field Value
|
Improve this Doc
View Source
isIntersection
Declaration
public bool isIntersection
Field Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
isSeam
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Type
Declaration
public BRepItem.ItemType Type
Field Value
|
Improve this Doc
View Source
vertex
Declaration
Field Value
Explicit Interface Implementations
|
Improve this Doc
View Source
IOctTreeInsertable.GetExtent(Double)
Declaration
BoundingCube IOctTreeInsertable.GetExtent(double precision)
Parameters
| Type |
Name |
Description |
| System.Double |
precision |
|
Returns
|
Improve this Doc
View Source
IOctTreeInsertable.HitTest(ref BoundingCube, Double)
Declaration
bool IOctTreeInsertable.HitTest(ref BoundingCube cube, double precision)
Parameters
| Type |
Name |
Description |
| BoundingCube |
cube |
|
| System.Double |
precision |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IOctTreeInsertable.HitTest(Projection, BoundingRect, Boolean)
Declaration
bool IOctTreeInsertable.HitTest(Projection projection, BoundingRect rect, bool onlyInside)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IOctTreeInsertable.HitTest(Projection.PickArea, Boolean)
Declaration
bool IOctTreeInsertable.HitTest(Projection.PickArea area, bool onlyInside)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IOctTreeInsertable.Position(GeoPoint, GeoVector, Double)
Declaration
double IOctTreeInsertable.Position(GeoPoint fromHere, GeoVector direction, double precision)
Parameters
Returns
| Type |
Description |
| System.Double |
|
Implements