two angles and circle edge
OpenCascade edge
Creates an arc edge between two points on a circle
two points and circle edge
OpenCascade edge
Creates an arc edge between the point on a circle and a given alpha angle
point, circle edge and alpha angle
OpenCascade edge
Creates arc edge between three points
three points
OpenCascade edge
Creates arc edge between two points given the tangent direction vector on first point.
two points and tangent vector
OpenCascade edge
Creates tangent circles between a point and a circle.
circles
Creates tangent circles between two circles.
circles
Creates lines from a given point till circle tangent locations
lines
Creates lines from two given points till circle tangent locations
lines
Creates tangent lines between two circles.
lines
Creates OpenCascade circle edge
Circle parameters
OpenCascade circle edge
Creates OpenCascade ellipse edge
Ellipse parameters
OpenCascade ellipse edge
Divides edge by length to points
Points
Divides edge by params to points
Points
Gets the points of all edges from a shape in separate lists for each edge
Shape
OpenCascade points lists
Gets the end point on edge
End point
Gets the center point of the circular edge. If edge is not circular, point will not be returned.
edge
Point representing center of the circular edge
Gets the direction vector of the plane of the circular edge. If edge is not circular, direction vector will not be returned.
edge
Direction vector of the circular edge
Gets the radius of the circular edge. If edge is not circular, radius will not be returned.
edge
Radius of the circular edge
Gets circular edges of a wire ordered along the direction of the wire
wire shape
OpenCascade edge list
Gets corner points of edges for a shape. There's no order guarantee here. All duplicates are removed, so when three edges form one corner, that will be represented by a single point in the list.
Shape that contains edges - wire, face, shell, solid
List of points
Gets the edge by providing an index from the shape
Shape
OpenCascade edge
Gets the center of mass for the edge
edge
Point representing center of mass
Gets the edge length
edge
Length
Gets the edges of a shape in a list
Shape
OpenCascade edge list
Gets the edges of a wire ordered along the direction of the wire
wire shape
OpenCascade edge list
Gets the centers of mass for the edges
edges
Points representing centers of mass
Gets the lengths of the edges
edges
Lengths
Gets linear edges of a wire ordered along the direction of the wire
wire shape
OpenCascade edge list
Creates linear edge between two points
Two points between which edge should be created
OpenCascade edge
Creates an edge from geom curve and geom surface
shapes are expected to contain 2 array elements - first is geom curve, second geom surface
OpenCascade TopoDS_Edge
Gets the point on edge at length
Point on edge
Gets the point on edge at param
Point on param
Removes internal faces for the shape
Shape
OpenCascade shape with no internal edges
Computes reversed edge from input edge
Shape
OpenCascade edge
Gets the start point on edge
Start point
Gets the tangent vector on edge at length
Tangent vector on edge
Gets the tangent vector on edge at param
Tangent vector on param
Generated using TypeDoc
Creates an arc edge between two alpha angles on a circle
primitives
arc from circle and angles
true