ProtoTwin API
Preparing search index...
IEdge
Interface IEdge
Interface for 3D edges.
interface
IEdge
{
end
:
IVec3
;
start
:
IVec3
;
}
Implemented by
Edge
Index
Properties
end
start
Properties
Readonly
end
end
:
IVec3
The ending point for the edge.
Readonly
start
start
:
IVec3
The starting point for the edge.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
end
start
ProtoTwin API
Loading...
Interface for 3D edges.