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
Divides edges by length to points
Points
Divides edges 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 end points on edges
End points
Creates linear edge from base line format {start: Point3, end: Point3}
base line
OpenCascade edge
Creates linear edges from base lines format {start: Point3, end: Point3}[]
base lines
OpenCascade edges
Creates linear edges from mesh definition
Mesh
OpenCascade edges
Creates linear edges from polyline definition
Polyline
OpenCascade edges
Creates linear edge from base segment format [Point3, Point3]
base segment
OpenCascade edge
Creates linear edge from base segments format [Point3, Point3][]
base segments
OpenCascade edges
Creates linear edges from triangle definition
Triangle
OpenCascade edges
Creates linear edges from collection of points
Points
OpenCascade edges
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 edge lengths of the shape
shape
Lengths
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
Checks whether an edge is circular
boolean if is circular
Checks whether an edge is linear
boolean if is linear
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
Gets the points on edges at length
Points on edges
Gets the points on edges at param
Points 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 start points on edges
Start points
Gets the tangent vector on edge at length
Tangent vector on edge
Gets the tangent vector on edge at param
Tangent vector on param
Gets the tangent vectors on edges at length
Tangent vectors on edges
Gets the tangent vectors on edges at param
Tangent vectors on param
Generated using TypeDoc
Creates an arc edge between two alpha angles on a circle
primitives
arc from circle and angles
true