Rhino 7 原生 Grasshopper 组件教程

C:\Program Files\Rhino 7\Plug-ins\Grasshopper\Components 只读提取。包含组件名、分类、功能说明、输入端、输出端和底层类型。

组件总数:832程序集:12生成时间:2026-05-12 22:54

手册目录

Curve / Analysis 41 个组件

Ce

Center

Center

用于Center相关操作,属于曲线分类。原始说明:Find the center point and radius of arcs and circles.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
ArcAArcArc or Circle
输出端口
端口类型说明
CenterCPointCenter of arc or circle
RadiusRNumberRadius of arc or circle
底层信息

AnalysisComponents.Component_ArcCenterPoint

GUID:afff17ed-5975-460b-9883-525ae0677088

Cl

Closed

Closed

用于Closed相关操作,属于曲线分类。原始说明:Test if a curve is closed or periodic.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
输出端口
端口类型说明
ClosedCBooleanTrue if curve is closed or periodic
PeriodicPBooleanTrue if curve is periodic
底层信息

AnalysisComponents.Component_Closed

GUID:323f3245-af49-4489-8677-7a2c73664077

Cl

Closed [OBSOLETE]

Closed [OBSOLETE]

用于Closed [OBSOLETE]相关操作,属于曲线分类。原始说明:This component is OBSOLETE. It has been replaced with a new version.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:1
输入端口
端口类型说明
CurveCCurveCurve to test
输出端口
端口类型说明
ClosedCBooleanThe curve close flag
底层信息

AnalysisComponents.Component_Closed_OBSOLETE

GUID:f2030fa9-db3f-437e-9b50-5607db6daf87

Co

Containment

Containment

用于Containment相关操作,属于曲线分类。原始说明:Test a point for curve region containment.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
PointPPointPoint for region inclusion test
CurveCCurveBoundary region (closed curves only)
输出端口
端口类型说明
RelationshipRIntegerPoint/Region relationship (0 = coincident, 1 = inside, 2 = outside)
PointP'PointPoint projected on region plane.
底层信息

AnalysisComponents.Component_PointInRegion_OBSOLETE

GUID:c076845a-1a09-4a95-bdcb-cb31c0936c99

Co

Control Points

Control Points

用于Control Points相关操作,属于曲线分类。原始说明:Extract the nurbs control points of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
CurveCCurveBase curve
输出端口
端口类型说明
PointsPPointControl points of the Nurbs-form.
WeightsWNumberWeights of control points.
底层信息

AnalysisComponents.Component_ControlPoints_OBSOLETE

GUID:d7df7658-e02d-4a48-a345-2195a68db4ef

Co

Control Points

Control Points

用于Control Points相关操作,属于曲线分类。原始说明:Extract the nurbs control points and knots of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
输出端口
端口类型说明
PointsPPointControl points of the Nurbs-form.
WeightsWNumberWeights of control points.
KnotsKNumberKnot vector of Nurbs-form.
底层信息

AnalysisComponents.Component_ControlPoints

GUID:424eb433-2b3a-4859-beaf-804d8af0afd7

Co

Control Polygon

Control Polygon

用于Control Polygon相关操作,属于曲线分类。原始说明:Extract the nurbs control polygon of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
输出端口
端口类型说明
PolygonCCurveControl polygon curve for input curve adjusted for periodicity.
PointsPPointControl polygon points.
底层信息

AnalysisComponents.Component_ControlPolygon

GUID:66d2a68e-2f1d-43d2-a53b-c6a4d17e627b

Cu

Curvature

Curvature

用于Curvature相关操作,属于曲线分类。原始说明:Evaluate the curvature of a curve at a specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
PointPPointPoint on curve at {t}
CurvatureKVectorCurvature vector at {t}
CurvatureCCurveCurvature circle at {t}
底层信息

AnalysisComponents.Component_CurveCurvature

GUID:aaa665bd-fd6e-4ccb-8d2c-c5b33072125d

Cu

Curve Closest Point

曲线 最近 点

用于曲线 最近 点相关操作,属于曲线分类。原始说明:Find the closest point on a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
PointPPointPoint to project onto curve
CurveCCurveCurve to project onto
输出端口
端口类型说明
PointPPointPoint on the curve closest to the base point
ParametertNumberParameter on curve domain of closest point
DistanceDNumberDistance between base point and curve
底层信息

AnalysisComponents.Component_CurveClosestPoint

GUID:2dc44b22-b1dd-460a-a704-6462d6e91096

Cu

Curve Depth

曲线 Depth

用于曲线 Depth相关操作,属于曲线分类。原始说明:Measure the depth of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:3输出:4
输入端口
端口类型说明
CurveCCurveBase curve
MinimumMinNumberMinimum depth
MaximumMaxNumberMaximum depth
输出端口
端口类型说明
Minimum ParametertMinNumberParameter along curve where minimum depth occurred.
Minimum DepthdMinNumberMinimum depth of curve.
Maximum ParametertMaxNumberParameter along curve where maximum depth occurred.
Maximum DepthdMaxNumberMaximum depth of curve.
底层信息

AnalysisComponents.Component_CurveDepth

GUID:a583f722-240a-4fc9-aa1d-021720a4516a

Cu

Curve Domain

曲线 区间

用于曲线 区间相关操作,属于曲线分类。原始说明:Measure and set the curve domain
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to measure/modify
DomainDIntervalOptional domain, if omitted the curve will not be modified.
输出端口
端口类型说明
CurveCCurveCurve with new domain.
DomainDIntervalDomain of original curve.
底层信息

AnalysisComponents.Component_CurveDomain

GUID:

Cu

Curve Domain

曲线 区间

用于曲线 区间相关操作,属于曲线分类。原始说明:Retrieve the domain of a curve. This component is obsolete.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:1
输入端口
端口类型说明
CurveCCurveBase curve
输出端口
端口类型说明
DomainDIntervalCurve domain
底层信息

AnalysisComponents.Component_CurveDomain_OBSOLETE

GUID:15ac45a8-b190-420a-bd66-e78ed6bcfaa4

Cu

Curve Frame

曲线 Frame

用于曲线 Frame相关操作,属于曲线分类。原始说明:Get the curvature frame of a curve at a specified parameter.
插件:VectorComponents.gha分类:Curve子分类:Analysis输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
FrameFPlaneCurve frame at {t}
底层信息

VectorComponents.DivisionComponents.Component_CurveFrame

GUID:6b2a5853-07aa-4329-ba84-0a5d46b51dbd

Cu

Curve Middle

曲线 Middle

用于曲线 Middle相关操作,属于曲线分类。原始说明:Get the point in the middle of a curve
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:1
输入端口
端口类型说明
CurveCCurveCurve for mid-point.
输出端口
端口类型说明
MidpointMPointPoint in the middle of the curve
底层信息

AnalysisComponents.Component_CurveMidPoint

GUID:ccc7b468-e743-4049-891f-299432545898

Cu

Curve Nearest Object

曲线 Nearest Object

用于曲线 Nearest Object相关操作,属于曲线分类。原始说明:Find the object nearest to a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to search from
GeometryGGeometryShapes to search
输出端口
端口类型说明
Point AAPointPoint on curve closest to nearest shape
Point BBPointPoint on nearest shape closest to curve
IndexIIntegerIndex of nearest shape
底层信息

AnalysisComponents.Component_CurveNearestObject

GUID:748f214a-bc64-4556-9da5-4fa59a30c5c7

Cu

Curve Proximity

曲线 Proximity

用于曲线 Proximity相关操作,属于曲线分类。原始说明:Find the pair of closest points between two curves.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
Curve AACurveFirst curve
Curve BBCurveSecond curve
输出端口
端口类型说明
Point AAPointPoint on curve A closest to curve B
Point BBPointPoint on curve B closest to curve A
DistanceDNumberSmallest distance between two curves
底层信息

AnalysisComponents.Component_CurveProximity

GUID:6b7ba278-5c9d-42f1-a61d-6209cbd44907

Cu

Curve Side

曲线 Side

用于曲线 Side相关操作,属于曲线分类。原始说明:Find on which side of a curve a point exists
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:3输出:3
输入端口
端口类型说明
CurveCCurveBase curve
PointPPointPoint to measure.
PlanePlPlaneOptional plane to measure in. If omitted, the curve plane will be used.
输出端口
端口类型说明
SideSIntegerSide of curve on which point was found (-1=Left, 0=Coincident, +1=Right).
LeftLBooleanBoolean indicating whether a point is to the left of the curve.
RightRBooleanBoolean indicating whether a point is to the right of the curve.
底层信息

AnalysisComponents.Component_CurveSide

GUID:bb2e13da-09ca-43fd-bef8-8d71f3653af9

De

Deconstruct Arc

拆解 圆弧

用于拆解 圆弧相关操作,属于曲线分类。原始说明:Retrieve the base plane, radius and angle domain of an arc.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:3
输入端口
端口类型说明
ArcAArcArc or Circle to deconstruct
输出端口
端口类型说明
Base PlaneBPlaneBase plane of arc or circle
RadiusRNumberRadius of arc or circle
AngleAIntervalAngle domain (in radians) of arc
底层信息

AnalysisComponents.Component_DeconstructArc

GUID:23862862-049a-40be-b558-2418aacbd916

De

Deconstuct Rectangle

Deconstuct Rectangle

用于Deconstuct Rectangle相关操作,属于曲线分类。原始说明:Retrieve the base plane and side intervals of a rectangle.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:3
输入端口
端口类型说明
RectangleRRectangleRectangle to deconstruct
输出端口
端口类型说明
Base PlaneBPlaneBase plane of rectangle
X IntervalXIntervalSize interval along base plane X axis
Y IntervalYIntervalSize interval along base plane Y axis
底层信息

AnalysisComponents.Component_DeconstructRectangle

GUID:e5c33a79-53d5-4f2b-9a97-d3d45c780edc

De

Derivatives

Derivatives

用于Derivatives相关操作,属于曲线分类。原始说明:Evaluate the derivatives of a curve at a specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
CountNIntegerNumber of derivatives to solve
输出端口
端口类型说明
PointPPointPoint on curve at {t}
DerivativesdVectorCurve derivative vectors at {t}
底层信息

AnalysisComponents.Component_CurveDerivatives_OBSOLETE

GUID:c2e16ca3-9508-4fa4-aeb3-0b1f0ebb72e3

De

Derivatives

Derivatives

用于Derivatives相关操作,属于曲线分类。原始说明:Evaluate the derivatives of a curve at a specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
PointPPointPoint on curve at {t}
未命名端口Vector
底层信息

AnalysisComponents.Component_CurveDerivatives

GUID:ab14760f-87a6-462e-b481-4a2c26a9a0d7

Di

Discontinuity

Discontinuity

用于Discontinuity相关操作,属于曲线分类。原始说明:Find all discontinuities along a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to analyze
LevelLIntegerLevel of discontinuity to test for (1=C1, 2=C2, 3=Cinfinite)
输出端口
端口类型说明
PointsPPointPoints at discontinuities
ParameterstNumberCurve parameters at discontinuities
底层信息

AnalysisComponents.Component_CurveDiscontinuity

GUID:269eaa85-9997-4d77-a9ba-4c58cb45c9d3

En

End Points

End Points

用于End Points相关操作,属于曲线分类。原始说明:Extract the end points of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
输出端口
端口类型说明
StartSPointCurve start point
EndEPointCurve end point
底层信息

AnalysisComponents.Component_EndPoints

GUID:11bbd48b-bb0a-4f1b-8167-fa297590390d

Ev

Evaluate Curve

求值 曲线

用于求值 曲线相关操作,属于曲线分类。原始说明:Evaluate a curve at the specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveBase curve
ParametertNumberCurve parameter to evaluate
输出端口
端口类型说明
PointPPointPoint on the curve at {t}
TangentTVectorTangent vector at {t}
底层信息

AnalysisComponents.Component_EvaluateCurve_OBSOLETE

GUID:164d0429-e5f5-4292-aa80-3f88d43cdac2

Ev

Evaluate Curve

求值 曲线

用于求值 曲线相关操作,属于曲线分类。原始说明:Evaluate a curve at the specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
PointPPointPoint on the curve at {t}
TangentTVectorTangent vector at {t}
LengthLNumberLength along the curve from the start to {t}
底层信息

AnalysisComponents.Component_EvaluateCurve_OBSOLETE_AS_WELL

GUID:fdf09135-fae5-4e5f-b427-b1f384ca3009

Ev

Evaluate Curve

求值 曲线

用于求值 曲线相关操作,属于曲线分类。原始说明:Evaluate a curve at the specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
PointPPointPoint on the curve at {t}
TangentTVectorTangent vector at {t}
AngleANumberAngle (in Radians) of incoming vs. outgoing curve at {t}
底层信息

AnalysisComponents.Component_EvaluateCurve

GUID:fc6979e4-7e91-4508-8e05-37c680779751

Ev

Evaluate Length

求值 长度

用于求值 长度相关操作,属于曲线分类。原始说明:Evaluate a curve at a certain factor along its length. Length factors can be supplied both in curve units and normalized units. Change the [N] parameter to toggle between the two modes.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:3输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
LengthLNumberLength factor for curve evaluation
NormalizedNBooleanIf True, the Length factor is normalized (0.0 ~ 1.0)
输出端口
端口类型说明
PointPPointPoint at the specified length
TangentTVectorTangent vector at the specified length
ParametertNumberCurve parameter at the specified length
底层信息

AnalysisComponents.Component_ArcLengthPoint

GUID:6b021f56-b194-4210-b9a1-6cef3b7d0848

Ex

Extremes

Extremes

用于Extremes相关操作,属于曲线分类。原始说明:Find the extremes (highest and lowest points) on a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveBase curve
PlanePPlanePlane for extreme direction.
输出端口
端口类型说明
HighestHPointHighest point on curve.
LowestLPointLowest point on curve.
底层信息

AnalysisComponents.Component_CurveExtremes

GUID:ebd6c758-19ae-4d74-aed7-b8a0392ff743

Ho

Horizontal Frame

Horizontal Frame

用于Horizontal Frame相关操作,属于曲线分类。原始说明:Get a horizontally aligned frame along a curve at a specified parameter.
插件:VectorComponents.gha分类:Curve子分类:Analysis输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
FrameFPlaneHorizontal curve frame at {t}
底层信息

VectorComponents.DivisionComponents.Component_CurveFrameHorizontal

GUID:c048ad76-ffcd-43b1-a007-4dd1b2373326

Le

Length

长度

用于长度相关操作,属于曲线分类。原始说明:Measure the length of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:1
输入端口
端口类型说明
CurveCCurveCurve to measure
输出端口
端口类型说明
LengthLNumberCurve length
底层信息

AnalysisComponents.Component_Length

GUID:c75b62fa-0a33-4da7-a5bd-03fd0068fd93

Le

Length Domain

长度 区间

用于长度 区间相关操作,属于曲线分类。原始说明:Measure the length of a curve subdomain.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to measure
DomainDIntervalSubdomain of curve to measure
输出端口
端口类型说明
LengthLNumberCurve length on sub domain
底层信息

AnalysisComponents.Component_LengthDomain

GUID:188edd02-14a9-4828-a521-34995b0d1e4a

Le

Length Parameter

长度 Parameter

用于长度 Parameter相关操作,属于曲线分类。原始说明:Measure the length of a curve to and from a parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to measure
ParameterPNumberParameter along curve
输出端口
端口类型说明
LengthL-NumberCurve length from start to parameter
LengthL+NumberCurve length from parameter to end
底层信息

AnalysisComponents.Component_LengthParameter

GUID:a1c16251-74f0-400f-9e7c-5e379d739963

Pe

Perp Frame

Perp Frame

用于Perp Frame相关操作,属于曲线分类。原始说明:Solve the perpendicular (zero-twisting) frame at a specified curve parameter.
插件:VectorComponents.gha分类:Curve子分类:Analysis输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
FrameFPlanePerpendicular curve frame at {t}
底层信息

VectorComponents.DivisionComponents.Component_CurvePerpFrame

GUID:69f3e5ee-4770-44b3-8851-ae10ae555398

Pl

Planar

Planar

用于Planar相关操作,属于曲线分类。原始说明:Test a curve for planarity.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:3
输入端口
端口类型说明
CurveCCurveCurve to evaluate
输出端口
端口类型说明
PlanarpBooleanPlanarity of curve
PlanePPlaneCurve plane
DeviationDNumberDeviation from curve plane
底层信息

AnalysisComponents.Component_Planar

GUID:5816ec9c-f170-4c59-ac44-364401ff84cd

Po

Point In Curve

点 In 曲线

用于点 In 曲线相关操作,属于曲线分类。原始说明:Test a point for closed curve containment.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
PointPPointPoint for region inclusion test
CurveCCurveBoundary region (closed curves only)
输出端口
端口类型说明
RelationshipRIntegerPoint/Region relationship (0 = outside, 1 = coincident, 2 = inside)
PointP'PointPoint projected on region plane.
底层信息

AnalysisComponents.Component_PointInRegion

GUID:a72b0bd3-c7a7-458e-875d-09ae1624638c

Po

Point in Curves

点 in Curves

用于点 in Curves相关操作,属于曲线分类。原始说明:Test a point for multiple closed curve containment.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:3
输入端口
端口类型说明
PointPPointPoint for inclusion test
CurvesCCurveBoundary regions (closed curves only)
输出端口
端口类型说明
RelationshipRIntegerPoint/Region relationship (0 = outside, 1 = coincident, 2 = inside)
IndexIIntegerIndex of first region that contains the point
PointP'PointPoint projected on region plane.
底层信息

AnalysisComponents.Component_PointInRegions

GUID:0b04e8b9-00d7-47a7-95c3-0d51e654fe88

Po

Polygon Center

Polygon Center

用于Polygon Center相关操作,属于曲线分类。原始说明:Find the center point (average) for a polyline.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:1
输入端口
端口类型说明
PolylinePCurvePolyline to average.
输出端口
端口类型说明
CenterCPointAverage of polyline.
底层信息

AnalysisComponents.Component_PolygonCenterPoint_OBSOLETE

GUID:7bd7b551-ca79-4f01-b95a-7e9ab876f24d

Po

Polygon Center

Polygon Center

用于Polygon Center相关操作,属于曲线分类。原始说明:Find the center point (average) for a polyline.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:2
输入端口
端口类型说明
PolylinePCurvePolyline to average.
输出端口
端口类型说明
Center(V)CvPointAverage of polyline vertices.
Center(E)CePointAverage of polyline edges
底层信息

AnalysisComponents.Component_PolygonCenterPoint_OBSOLETE_AS_WELL

GUID:87e7f480-14dc-4478-b1e6-2b8b035d9edc

Po

Polygon Center

Polygon Center

用于Polygon Center相关操作,属于曲线分类。原始说明:Find the center point (average) for a polyline.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:3
输入端口
端口类型说明
PolylinePCurvePolyline to average.
输出端口
端口类型说明
Center(V)CvPointAverage of polyline vertices.
Center(E)CePointAverage of polyline edges
Center(A)CaPointArea centroid of polyline shape
底层信息

AnalysisComponents.Component_PolygonCenterPoint

GUID:59e94548-cefd-4774-b3de-48142fc783fb

Se

Segment Lengths

Segment Lengths

用于Segment Lengths相关操作,属于曲线分类。原始说明:Finds the shortest and longest segments of a curve.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:1输出:4
输入端口
端口类型说明
CurveCCurveCurve to measure
输出端口
端口类型说明
Shortest LengthSlNumberLength of shortest segment
Shortest DomainSdIntervalCurve domain of shortest segment
Longest LengthLlNumberLength of longest segment
Longest DomainLdIntervalCurve domain of longest segment
底层信息

AnalysisComponents.Component_CurveSegmentLengths

GUID:f88a6cd9-1035-4361-b896-4f2dfe79272d

To

Torsion

Torsion

用于Torsion相关操作,属于曲线分类。原始说明:Evaluate the torsion of a curve at a specified parameter.
插件:CurveComponents.gha分类:Curve子分类:Analysis输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to evaluate
ParametertNumberParameter on curve domain to evaluate
输出端口
端口类型说明
PointPPointPoint on curve at {t}
TorsionTNumberCurvature torsion at {t}
底层信息

AnalysisComponents.Component_CurveTorsion

GUID:dbe9fce4-b6b3-465f-9615-34833c4763bd

Curve / Division 8 个组件

Co

Contour

Contour

用于Contour相关操作,属于曲线分类。原始说明:Create a set of Curve contours
插件:SurfaceComponents.gha分类:Curve子分类:Division输入:4输出:2
输入端口
端口类型说明
CurveCCurveCurve to contour
PointPPointContour start point
DirectionNVectorContour normal direction
DistanceDNumberDistance between contours
输出端口
端口类型说明
ContoursCPointResulting contour points (grouped by section)
ParameterstNumberCurve parameters for all contour points
底层信息

SurfaceComponents.SolidComponents.Component_CurveContour1

GUID:88cff285-7f5e-41b3-96d5-9588ff9a52b1

Co

Contour (ex)

Contour (ex)

用于Contour (ex)相关操作,属于曲线分类。原始说明:Create a set of Curve contours
插件:SurfaceComponents.gha分类:Curve子分类:Division输入:4输出:2
输入端口
端口类型说明
CurveCCurveCurve to contour
PlanePPlaneBase plane for contours
OffsetsONumberContour offsets from base plane (if omitted, you must specify distances instead)
DistancesDNumberDistances between contours (if omitted, you must specify offset instead)
输出端口
端口类型说明
ContoursCPointResulting contour points (grouped by section)
ParameterstNumberCurve parameters for all contour points
底层信息

SurfaceComponents.SolidComponents.Component_CurveContour2

GUID:3e7e4827-6edd-4e10-93ac-cc234414d2b9

Cu

Curve Frames

曲线 Frames

用于曲线 Frames相关操作,属于曲线分类。原始说明:Generate a number of equally spaced curve frames.
插件:VectorComponents.gha分类:Curve子分类:Division输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to divide
CountNIntegerNumber of segments
输出端口
端口类型说明
FramesFPlaneCurve frames
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_CurveFrames

GUID:0e94542a-2e46-4793-9f98-2200b06b28f4

Di

Divide By Deviation

分割 By Deviation

用于分割 By Deviation相关操作,属于曲线分类。原始说明:Divide a curve into segments with equal deviation
插件:VectorComponents.gha分类:Curve子分类:Division输入:2输出:4
输入端口
端口类型说明
CurveCCurveCurve to divide
CountNIntegerNumber of segments
输出端口
端口类型说明
PointsPPointDivision points
TangentsTVectorTangent vectors at division points
ParameterstNumberParameter values at division points
DeviationdNumberMaximum deviation from segment to curve
底层信息

VectorComponents.DivisionComponents.Component_DivideCurveDeviation

GUID:6e9c0577-ae4a-4b21-8880-0ec3daf3eb4d

Di

Divide Distance

分割 距离

用于分割 距离相关操作,属于曲线分类。原始说明:Divide a curve with a preset distance between points
插件:VectorComponents.gha分类:Curve子分类:Division输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to divide
DistanceDNumberDistance between points
输出端口
端口类型说明
PointsPPointDivision points
TangentsTVectorTangent vectors at division points
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_DivideCurveDistance

GUID:1e531c08-9c80-46d6-8850-1b50d1dae69f

Di

Divide Length

分割 长度

用于分割 长度相关操作,属于曲线分类。原始说明:Divide a curve into segments with a preset length
插件:VectorComponents.gha分类:Curve子分类:Division输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to divide
LengthLNumberLength of segments
输出端口
端口类型说明
PointsPPointDivision points
TangentsTVectorTangent vectors at division points
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_DivideCurveLength

GUID:fdc466a9-d3b8-4056-852a-09dba0f74aca

Ho

Horizontal Frames

Horizontal Frames

用于Horizontal Frames相关操作,属于曲线分类。原始说明:Generate a number of equally spaced, horizontally aligned curve frames.
插件:VectorComponents.gha分类:Curve子分类:Division输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to divide
CountNIntegerNumber of segments
输出端口
端口类型说明
FramesFPlaneCurvature frames
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_CurveFramesHorizontal

GUID:8d058945-ce47-4e7c-82af-3269295d7890

Pe

Perp Frames

Perp Frames

用于Perp Frames相关操作,属于曲线分类。原始说明:Generate a number of equally spaced, perpendicular frames along a curve.
插件:VectorComponents.gha分类:Curve子分类:Division输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to divide
CountNIntegerNumber of segments
AlignABooleanAlign the frames
输出端口
端口类型说明
FramesFPlaneCurve frames
ParameterstNumberParameter values at frame points
底层信息

VectorComponents.DivisionComponents.Component_CurvePerpFrames

GUID:983c7600-980c-44da-bc53-c804067f667f

Curve / Primitive 34 个组件

Ar

Arc

圆弧

用于圆弧相关操作,属于曲线分类。原始说明:Create an arc defined by base plane, radius and angle domain.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
PlanePPlaneBase plane of arc
RadiusRNumberRadius of arc
AngleAIntervalAngle domain in radians
输出端口
端口类型说明
ArcAArcResulting arc
LengthLNumberArc length
底层信息

CurveComponents.Component_Arc

GUID:bb59bffc-f54c-4682-9778-f6c3fe74fce3

Ar

Arc 3Pt

圆弧 3Pt

用于圆弧 3Pt相关操作,属于曲线分类。原始说明:Create an arc through three points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
Point AAPointStart point of arc
Point BBPointPoint on arc interior
Point CCPointEnd point of arc
输出端口
端口类型说明
ArcAGeometryResulting arc
PlanePPlaneArc plane
RadiusRNumberArc radius
底层信息

CurveComponents.Component_Arc3Pt

GUID:9fa1b081-b1c7-4a12-a163-0aa8da9ff6c4

Ar

Arc 3Pt [OBSOLETE]

圆弧 3Pt [OBSOLETE]

用于圆弧 3Pt [OBSOLETE]相关操作,属于曲线分类。原始说明:Create an arc through three points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
Point AAPointStart point of arc
Point BBPointPoint on arc interior
Point CCPointEnd point of arc
输出端口
端口类型说明
ArcACurveResulting arc
PlanePPlaneArc plane
RadiusRNumberArc radius
底层信息

CurveComponents.Component_Arc3Pt_OBSOLETE

GUID:32c57b97-b653-47dd-b78f-121e89fdd01c

Ar

Arc SED

圆弧 SED

用于圆弧 SED相关操作,属于曲线分类。原始说明:Create an arc defined by start point, end point and a tangent vector.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
StartSPointStart point of arc
EndEPointEnd point of arc
DirectionDVectorDirection (tangent) at start
输出端口
端口类型说明
ArcAGeometryResulting arc
PlanePPlaneArc plane
RadiusRNumberArc radius
底层信息

CurveComponents.Component_ArcSED

GUID:9d2583dd-6cf5-497c-8c40-c9a290598396

Ar

Arc SED [OBSOLETE]

圆弧 SED [OBSOLETE]

用于圆弧 SED [OBSOLETE]相关操作,属于曲线分类。原始说明:Create an arc defined by start point, end point and a tangent vector.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
StartSPointStart point of arc
EndEPointEnd point of arc
DirectionDVectorDirection (tangent) at start
输出端口
端口类型说明
ArcACurveResulting arc
PlanePPlaneArc plane
RadiusRNumberArc radius
底层信息

CurveComponents.Component_ArcSED_OBSOLETE

GUID:f17c37ae-b44a-481a-bd65-b4398be55ec8

Ar

Arc [OBSOLETE]

圆弧 [OBSOLETE]

用于圆弧 [OBSOLETE]相关操作,属于曲线分类。原始说明:Create an arc defined by base plane, radius and angle domain.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
PlanePPlaneBase plane of arc
RadiusRNumberRadius of arc
AngleAIntervalAngle domain in radians
输出端口
端口类型说明
ArcACurveResulting arc
LengthLNumberArc length
底层信息

CurveComponents.Component_Arc_OBSOLETE

GUID:fd9fe288-a188-4e9b-a464-1148876d18ed

Bi

BiArc

BiArc

用于BiArc相关操作,属于曲线分类。原始说明:Create a bi-arc based on endpoints and tangents.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:5输出:3
输入端口
端口类型说明
Start PointSPointStart point of bi-arc.
Start TangentTsVectorTangent vector at start of bi-arc.
End PointEPointEnd point of bi-arc.
End TangentTeVectorTangent vector at end of bi-arc.
RatioRNumberRatio of bi-arc segment weight
输出端口
端口类型说明
First arcA1ArcFirst segment of bi-arc curve
Second arcA2ArcSecond segment of bi-arc curve
Bi-ArcBCurveResulting bi-arc.
底层信息

CurveComponents.Component_BiArc

GUID:75f4b0fd-9721-47b1-99e7-9c098b342e67

Ci

Circle

用于圆相关操作,属于曲线分类。原始说明:Create a circle defined by base plane and radius.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:2输出:1
输入端口
端口类型说明
PlanePPlaneBase plane of circle
RadiusRNumberRadius of circle
输出端口
端口类型说明
CircleCCircleResulting circle
底层信息

CurveComponents.Component_Circle

GUID:807b86e3-be8d-4970-92b5-f8cdcb45b06b

Ci

Circle 3Pt

圆 3Pt

用于圆 3Pt相关操作,属于曲线分类。原始说明:Create a circle defined by three points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
Point AAPointFirst point on circle
Point BBPointSecond point on circle
Point CCPointThird point on circle
输出端口
端口类型说明
CircleCCircleResulting circle
PlanePPlaneCircle plane
RadiusRNumberCircle radius
底层信息

CurveComponents.Component_Circle3Pt

GUID:47886835-e3ff-4516-a3ed-1b419f055464

Ci

Circle CNR

圆 CNR

用于圆 CNR相关操作,属于曲线分类。原始说明:Create a circle defined by center, normal and radius.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
CenterCPointCenter point
NormalNVectorNormal vector of circle plane
RadiusRNumberRadius of circle
输出端口
端口类型说明
CircleCCircleResulting circle
底层信息

CurveComponents.Component_CircleCNR

GUID:d114323a-e6ee-4164-946b-e4ca0ce15efa

Ci

Circle Fit

圆 Fit

用于圆 Fit相关操作,属于曲线分类。原始说明:Fit a circle to a collection of points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:1输出:3
输入端口
端口类型说明
PointsPPointPoints to fit
输出端口
端口类型说明
CircleCCircleResulting circle
RadiusRNumberCircle radius
DeviationDNumberMaximum distance between circle and points
底层信息

CurveComponents.Component_CircleFitPoints

GUID:be52336f-a2e1-43b1-b5f5-178ba489508a

Ci

Circle TanTan

圆 TanTan

用于圆 TanTan相关操作,属于曲线分类。原始说明:Create a circle tangent to two curves.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
Curve AACurveFirst curve for tangency constraint
Curve BBCurveSecond curve for tangency constraint
PointPPointCircle center point guide
输出端口
端口类型说明
CircleCCircleResulting circle
底层信息

CurveComponents.Component_CircleTanTan

GUID:50b204ef-d3de-41bb-a006-02fba2d3f709

Ci

Circle TanTanTan

圆 TanTanTan

用于圆 TanTanTan相关操作,属于曲线分类。原始说明:Create a circle tangent to three curves.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:1
输入端口
端口类型说明
Curve AACurveFirst curve for tangency constraint
Curve BBCurveSecond curve for tangency constraint
Curve CCCurveThird curve for tangency constraint
PointPPointCircle center point guide
输出端口
端口类型说明
CircleCCircleResulting circle
底层信息

CurveComponents.Component_CircleTanTanTan

GUID:dcaa922d-5491-4826-9a22-5adefa139f43

El

Ellipse

Ellipse

用于Ellipse相关操作,属于曲线分类。原始说明:Create an ellipse defined by base plane and two radii.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
PlanePPlaneBase plane of ellipse
Radius 1R1NumberRadius in {x} direction
Radius 2R2NumberRadius in {y} direction
输出端口
端口类型说明
EllipseECurveResulting ellipse
Focus 1F1PointFirst focus point
Focus 2F2PointSecond focus point
底层信息

CurveComponents.Component_Ellipse

GUID:46b5564d-d3eb-4bf1-ae16-15ed132cfd88

Fi

Fit Line

Fit 直线

用于Fit 直线相关操作,属于曲线分类。原始说明:Fit a line to a collection of points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:1输出:1
输入端口
端口类型说明
PointsPPointPoints to fit
输出端口
端口类型说明
LineLLineLine segment
底层信息

CurveComponents.Component_LineFitPoints

GUID:1f798a28-9de6-47b5-8201-cac57256b777

In

InCircle

InCircle

用于InCircle相关操作,属于曲线分类。原始说明:Create the incircle of a triangle.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:3
输入端口
端口类型说明
Corner AAPointFirst corner of triangle
Corner BBPointSecond corner of triangle
Corner CCPointThird corner of triangle
输出端口
端口类型说明
CircleCCircleResulting circle
PlanePPlaneCircle plane
RadiusRNumberCircle radius
底层信息

CurveComponents.Component_InCircle

GUID:28b1c4d4-ab1c-4309-accd-1b7a954ed948

In

InEllipse

InEllipse

用于InEllipse相关操作,属于曲线分类。原始说明:Create the inscribed ellipse (Steiner ellipse) of a triangle.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
Corner AAPointFirst corner of triangle
Corner BBPointSecond corner of triangle
Corner CCPointThird corner of triangle
输出端口
端口类型说明
EllipseECurveResulting ellipse
PlanePPlaneEllipse plane
底层信息

CurveComponents.Component_InEllipse

GUID:679a9c6a-ab97-4c20-b02c-680f9a9a1a44

Li

Line

直线

用于直线相关操作,属于曲线分类。原始说明:Create a line between two points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:2输出:1
输入端口
端口类型说明
Start PointAPointLine start point
End PointBPointLine end point
输出端口
端口类型说明
LineLLineLine segment
底层信息

CurveComponents.Component_Line

GUID:4c4e56eb-2f04-43f9-95a3-cc46a14f495a

Li

Line 2Plane

直线 2Plane

用于直线 2Plane相关操作,属于曲线分类。原始说明:Create a line between two planes.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
LineLLineGuide line.
Plane AAPlaneFirst plane to intersect with the guide.
Plane BBPlaneSecond plane to intersect with the guide.
输出端口
端口类型说明
LineLLineLine segment between A and B
底层信息

CurveComponents.Component_Line2Plane

GUID:510c4a63-b9bf-42e7-9d07-9d71290264da

Li

Line 4Pt

直线 4Pt

用于直线 4Pt相关操作,属于曲线分类。原始说明:Create a line from four points.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
LineLLineGuide line.
Point AAPointFirst point to project onto the guide.
Point BBPointSecond point to project onto the guide.
输出端口
端口类型说明
LineLLineLine segment between A and B
底层信息

CurveComponents.Component_Line4Pt

GUID:b9fde5fa-d654-4306-8ee1-6b69e6757604

Li

Line SDL

直线 SDL

用于直线 SDL相关操作,属于曲线分类。原始说明:Create a line segment defined by start point, tangent and length.}
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
StartSPointLine start point
DirectionDVectorLine tangent (direction)
LengthLNumberLine length
输出端口
端口类型说明
LineLLineLine segment
底层信息

CurveComponents.Component_LineSDL

GUID:4c619bc9-39fd-4717-82a6-1e07ea237bbe

Mo

Modified Arc

Modified 圆弧

用于Modified 圆弧相关操作,属于曲线分类。原始说明:Create an arc based on another arc.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
ArcAArcBase arc
RadiusRNumberOptional new radius
AngleAIntervalOptional new angle domain
输出端口
端口类型说明
ArcAArcModified arc
底层信息

CurveComponents.Component_Arc2

GUID:9d8dec9c-3fd1-481c-9c3d-75ea5e15eb1a

Po

Polygon

Polygon

用于Polygon相关操作,属于曲线分类。原始说明:Create a polygon with optional round edges.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:2
输入端口
端口类型说明
PlanePPlanePolygon base plane
RadiusRNumberRadius of polygon (distance from center to tip).
SegmentsSIntegerNumber of segments
Fillet RadiusRfNumberPolygon corner fillet radius
输出端口
端口类型说明
PolygonPCurvePolygon
LengthLNumberLength of polygon curve
底层信息

CurveComponents.Component_Polygon

GUID:845527a6-5cea-4ae9-a667-96ae1667a4e8

Po

Polygon Edge

Polygon Edge

用于Polygon Edge相关操作,属于曲线分类。原始说明:Create a polygon from a single edge.
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:4
输入端口
端口类型说明
Edge StartE0PointStart point of polygon edge.
Edge EndE1PointEnd point of polygon edge.
Plane PointPPointPoint on polygon plane.
SegmentsSIntegerNumber of segments
输出端口
端口类型说明
PolygonPCurvePolygon
CentreCPointCentre of polygon
Corner RadiusRcNumberDistance from centre to polygon corner.
Edge RadiusRcNumberDistance from centre to edge mid-points.
底层信息

CurveComponents.Component_PolygonEdge

GUID:f4568ce6-aade-4511-8f32-f27d8a6bf9e9

Re

Rectangle

Rectangle

用于Rectangle相关操作,属于曲线分类。原始说明:Create a rectangle on a plane
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:2
输入端口
端口类型说明
PlanePPlaneRectangle base plane
X SizeXNumberDimensions of rectangle in plane X direction.
Y SizeYNumberDimensions of rectangle in plane y direction.
RadiusRNumberRectangle corner fillet radius
输出端口
端口类型说明
RecRCurveRectangle
LengthLNumberLength of rectangle curve
底层信息

CurveComponents.Component_Rectangle_OBSOLETE

GUID:0ca0a214-396c-44ea-b22f-d3a1757c32d6

Re

Rectangle

Rectangle

用于Rectangle相关操作,属于曲线分类。原始说明:Create a rectangle on a plane
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:2
输入端口
端口类型说明
PlanePPlaneRectangle base plane
X SizeXIntervalDimensions of rectangle in plane X direction.
Y SizeYIntervalDimensions of rectangle in plane Y direction.
RadiusRNumberRectangle corner fillet radius
输出端口
端口类型说明
RectangleRGenericRectangle
LengthLNumberLength of rectangle curve
底层信息

CurveComponents.Component_Rectangle

GUID:d93100b6-d50b-40b2-831a-814659dc38e3

Re

Rectangle 2Pt

Rectangle 2Pt

用于Rectangle 2Pt相关操作,属于曲线分类。原始说明:Create a rectangle from a base plane and two points
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:4输出:2
输入端口
端口类型说明
PlanePPlaneRectangle base plane
Point AAPointFirst corner point.
Point BBPointSecond corner point.
RadiusRNumberRectangle corner fillet radius
输出端口
端口类型说明
RectangleRGenericRectangle defined by P, A and B
LengthLNumberLength of rectangle curve
底层信息

CurveComponents.Component_Rectangle2Pt

GUID:575660b1-8c79-4b8d-9222-7ab4a6ddb359

Re

Rectangle 3Pt

Rectangle 3Pt

用于Rectangle 3Pt相关操作,属于曲线分类。原始说明:Create a rectangle from three points
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
Point AAPointFirst corner of rectangle
Point BBPointSecond corner of rectangle
Point CCPointPoint along rectangle edge opposite to AB
输出端口
端口类型说明
RecRCurveRectangle
LengthLNumberLength of rectangle curve
底层信息

CurveComponents.Component_Rectangle3Pt_OBSOLETE

GUID:34493ef6-3dfb-47c0-b149-691d02a93588

Re

Rectangle 3Pt

Rectangle 3Pt

用于Rectangle 3Pt相关操作,属于曲线分类。原始说明:Create a rectangle from three points
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
Point AAPointFirst corner of rectangle
Point BBPointSecond corner of rectangle
Point CCPointPoint along rectangle edge opposite to AB
输出端口
端口类型说明
RectangleRRectangleRectangle defined by A, B and C.
LengthLNumberLength of rectangle curve
底层信息

CurveComponents.Component_Rectangle3Pt

GUID:9bc98a1d-2ecc-407e-948a-09a09ed3e69d

Ta

Tangent Arcs

Tangent Arcs

用于Tangent Arcs相关操作,属于曲线分类。原始说明:Create tangent arcs between circles
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:2
输入端口
端口类型说明
Circle AACircleFirst base circle
Circle BBCircleSecond base circle
RadiusRNumberRadius of tangent arcs
输出端口
端口类型说明
Arc AAArcFirst tangent arc solution
Arc BBArcSecond tangent arc solution
底层信息

CurveComponents.Component_TangentArcs

GUID:f1c0783b-60e9-42a7-8081-925bc755494c

Ta

Tangent Lines

Tangent Lines

用于Tangent Lines相关操作,属于曲线分类。原始说明:Create tangent lines between a point and a circle
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:2输出:2
输入端口
端口类型说明
PointPPointPoint for tangent lines
CircleCCircleBase circle
输出端口
端口类型说明
Tangent 1T1LinePrimary tangent
Tangent 2T2LineSecondary tangent
底层信息

CurveComponents.Component_TangentLines

GUID:ea0f0996-af7a-481d-8099-09c041e6c2d5

Ta

Tangent Lines (Ex)

Tangent Lines (Ex)

用于Tangent Lines (Ex)相关操作,属于曲线分类。原始说明:Create external tangent lines between circles
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:2输出:2
输入端口
端口类型说明
Circle AACircleFirst base circle
Circle BBCircleSecond base circle
输出端口
端口类型说明
Tangent 1T1LinePrimary exterior tangent
Tangent 2T2LineSecondary exterior tangent
底层信息

CurveComponents.Component_TangentLinesEx

GUID:d6d68c93-d00f-4cd5-ba89-903c7f6be64c

Ta

Tangent Lines (In)

Tangent Lines (In)

用于Tangent Lines (In)相关操作,属于曲线分类。原始说明:Create internal tangent lines between circles
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:2输出:2
输入端口
端口类型说明
Circle AACircleFirst base circle
Circle BBCircleSecond base circle
输出端口
端口类型说明
Tangent 1T1LinePrimary interior tangent
Tangent 2T2LineSecondary interior tangent
底层信息

CurveComponents.Component_TangentLinesIn

GUID:e0168047-c46a-48c6-8595-2fb3d8574f23

Tw

TwoByFourJam

TwoByFourJam

用于TwoByFourJam相关操作,属于曲线分类。原始说明:Jam a two-by-four into a crooked room
插件:CurveComponents.gha分类:Curve子分类:Primitive输入:3输出:1
输入端口
端口类型说明
RoomRCurveRoom polyline with 4 corners
WidthWNumberWidth of fitting rectangle
SamplesSIntegerNumber of samples to take (more samples = better solution)
输出端口
端口类型说明
RectangleRRectangleFitted rectangle
底层信息

CurveComponents.ComponentTwoByFourJam

GUID:c21e7bd5-b1f2-4448-ac56-206f98f90aa7

Curve / Spline 28 个组件

Be

Bezier Span

Bezier Span

用于Bezier Span相关操作,属于曲线分类。原始说明:Construct a bezier span from endpoints and tangents.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:3
输入端口
端口类型说明
Start pointAPointStart of curve
Start tangentAtVectorTangent at start
End pointBPointEnd of curve
End tangentBtVectorTangent at end
输出端口
端口类型说明
CurveCCurveResulting bezier span
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_BezierSpan

GUID:30ce59ce-22a1-49ee-9e21-e6d16b3684a8

Bl

Blend Curve

Blend 曲线

用于Blend 曲线相关操作,属于曲线分类。原始说明:Create a blend curve between two curves.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:5输出:1
输入端口
端口类型说明
Curve AACurveFirst curve for blend
Curve BBCurveSecond curve for blend
Bulge AFaNumberBulge factor at A
Bulge BFbNumberBulge factor at B
ContinuityCIntegerContinuity of blend (0=position, 1=tangency, 2=curvature)
输出端口
端口类型说明
BlendBCurveBlend curve connecting the end of A to the start of B
底层信息

CurveComponents.Component_BlendCurve

GUID:5909dbcb-4950-4ce4-9433-7cf9e62ee011

Bl

Blend Curve Pt

Blend 曲线 Pt

用于Blend 曲线 Pt相关操作,属于曲线分类。原始说明:Create a blend curve between two curves that intersects a point.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:1
输入端口
端口类型说明
Curve AACurveFirst curve for blend
Curve BBCurveSecond curve for blend
PointPPointPoint for blend intersection
ContinuityCIntegerContinuity of blend (1=tangency, 2=curvature)
输出端口
端口类型说明
BlendBCurveBlend curve connecting the end of A to the start of B, ideally coincident with P
底层信息

CurveComponents.Component_BlendCurveThroughPoint

GUID:14cf43b6-5eb9-460f-899c-bdece732213a

Ca

Catenary

Catenary

用于Catenary相关操作,属于曲线分类。原始说明:Create a catenary chain between two points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:1
输入端口
端口类型说明
Point AAPointStart point of catenary
Point BBPointEnd point of catenary
LengthLNumberLength of catenary chain (should be larger than the distance |AB|)
GravityGVectorDirection of gravity
输出端口
端口类型说明
CatenaryCCurveCatenary chain
底层信息

CurveComponents.Component_Catenary

GUID:275671d4-3e87-40bd-8aff-8e6a5fdbb892

Ca

Catenary Ex

Catenary Ex

用于Catenary Ex相关操作,属于曲线分类。原始说明:Create a variable catenary chain between two points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:5输出:2
输入端口
端口类型说明
Point AAPointStart point of catenary
Point BBPointEnd point of catenary
LengthsLNumberLength of catenary chain segments
WeightsWNumberWeight (per length unit) of catenargy chain segments
GravityGVectorDirection of gravity
输出端口
端口类型说明
CatenaryCCurveCatenary chain
SegmentsSCurveCatenary segments
底层信息

CurveComponents.Component_Catenary2

GUID:769f9064-17f5-4c4a-921f-c3a0ee05ba3a

Ci

Circle Fit [OBSOLETE]

圆 Fit [OBSOLETE]

用于圆 Fit [OBSOLETE]相关操作,属于曲线分类。原始说明:Create tangent circles
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:2
输入端口
端口类型说明
Circle AACircleFirst base circle
Circle BBCircleSecond base circle
RadiusRNumberRadius of tangent circles
输出端口
端口类型说明
Fit AACircleFirst tangent solution
Fit BBCircleSecond tangent solution
底层信息

CurveComponents.Component_CircleFit_OBSOLETE

GUID:0a80e903-e15b-4992-9675-19b2c488e853

Co

Connect Curves

Connect Curves

用于Connect Curves相关操作,属于曲线分类。原始说明:Connect a sequence of curves.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:1
输入端口
端口类型说明
CurvesCCurveCurves to connect
ContinuityGIntegerContinuity of blends (0=position, 1=tangency, 2=curvature)
CloseLBooleanCreate a closed loop from all curves
BulgeBNumberBulge factor for connecting segments
输出端口
端口类型说明
CurveCCurveJoined segments and connecting curves
底层信息

CurveComponents.Component_ConnectCurves

GUID:d0a1b843-873d-4d1d-965c-b5423b35f327

Cu

Curve On Surface

曲线 On 曲面

用于曲线 On 曲面相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points on a surface.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
SurfaceSSurfaceBase surface
UV coordinatesuvPoint{v} coordinates of interpolation points
ClosedCBooleanClosed curve
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurveOnSurface

GUID:ffe2dbed-9b5d-4f91-8fe3-10c8961ac2f8

Ge

Geodesic

Geodesic

用于Geodesic相关操作,属于曲线分类。原始说明:Construct a surface geodesic between two points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface for geodesic
StartSPointStart point of geodesic
EndEPointEnd point of geodesic
输出端口
端口类型说明
GeodesicGCurveSurface geodesic
底层信息

CurveComponents.Component_ShortPath

GUID:ce5963b4-1cea-4f71-acd2-a3c28ab85662

In

Interpolate

Interpolate

用于Interpolate相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
DegreeDIntegerCurve degree
PeriodicPBooleanPeriodic curve
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurve_OBSOLETE

GUID:f5ea9d41-f062-487e-8dbf-7666ca53fbcd

In

Interpolate

Interpolate

用于Interpolate相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
DegreeDIntegerCurve degree
PeriodicPBooleanPeriodic curve
KnotStyleKIntegerKnot spacing (0=uniform, 1=chord, 2=sqrtchord)
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurve

GUID:2b2a4145-3dff-41d4-a8de-1ea9d29eef33

In

Interpolate (t)

Interpolate (t)

用于Interpolate (t)相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points with tangents.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
DegreeDIntegerCurve degree
Tangent StartTsVectorTangent at start of curve
Tangent EndTeVectorTangent at end of curve
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurveWithTangents_OBSOLETE

GUID:e8e00fbb-9710-4cfa-a60f-2aae50b79d06

In

Interpolate (t)

Interpolate (t)

用于Interpolate (t)相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points with tangents.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:5输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
DegreeDIntegerCurve degree (at the moment only 3 is a valid degree).
Tangent StartTsVectorTangent at start of curve
Tangent EndTeVectorTangent at end of curve
KnotStyleKIntegerKnot spacing (0=uniform, 1=chord, 2=sqrtchord)
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurveWithTangents_OBSOLETEASWELL

GUID:50870118-be51-4872-ab3c-410d79f2356e

In

Interpolate (t)

Interpolate (t)

用于Interpolate (t)相关操作,属于曲线分类。原始说明:Create an interpolated curve through a set of points with tangents.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
Tangent StartTsVectorTangent at start of curve
Tangent EndTeVectorTangent at end of curve
KnotStyleKIntegerKnot spacing (0=uniform, 1=chord, 2=sqrtchord)
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpCurveWithTangents

GUID:75eb156d-d023-42f9-a85e-2f2456b8bcce

Is

Iso Curve

Iso 曲线

用于Iso 曲线相关操作,属于曲线分类。原始说明:Create {uv} isocurves on a surface.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:2输出:2
输入端口
端口类型说明
SurfaceSSurfaceBase surface
UV pointuvPoint{uv} coordinate on surface for isocurve extraction.
输出端口
端口类型说明
U IsocurveUCurveIsocurves in {u} direction
V IsocurveVCurveIsocurves in {v} direction
底层信息

CurveComponents.Component_IsoCurve_OBSOLETE

GUID:21ca41ee-bc18-4ac8-ba20-713e7edf541e

Is

Iso Curve

Iso 曲线

用于Iso 曲线相关操作,属于曲线分类。原始说明:Construct {uv} isocurves on a surface.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:2输出:2
输入端口
端口类型说明
SurfaceSSurfaceBase surface
UV pointuvPoint{uv} coordinate on surface for isocurve extraction.
输出端口
端口类型说明
U IsocurveUCurveIsocurves in {u} direction
V IsocurveVCurveIsocurves in {v} direction
底层信息

CurveComponents.Component_IsoCurve

GUID:d1d57181-d594-41e8-8efb-041e29f8a5ca

Ki

Kinky Curve

Kinky 曲线

用于Kinky 曲线相关操作,属于曲线分类。原始说明:Construct an interpolated curve through a set of points with a kink angle threshold.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
DegreeDIntegerCurve degree
AngleANumberKink angle threshold (in radians)
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_KinkyCurve

GUID:6f0993e8-5f2f-4fc0-bd73-b84bc240e78e

Kn

Knot Vector

Knot 向量

用于Knot 向量相关操作,属于曲线分类。原始说明:Construct a nurbs curve knot vector.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:1
输入端口
端口类型说明
CountNIntegerControl point count.
DegreeDIntegerCurve Degree.
PeriodicPBooleanCurve periodicity
输出端口
端口类型说明
KnotsKNumberNurbs Knot Vector.
底层信息

CurveComponents.Component_NurbsKnotVector

GUID:846470bd-4918-4d00-9388-7e022b2cba73

Ma

Match Curve

Match 曲线

用于Match 曲线相关操作,属于曲线分类。原始说明:Match two curves.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:1
输入端口
端口类型说明
Curve AACurveCurve to adjust.
Curve BBCurveCurve to match
ContinuityCIntegerContinuity of match (0=position, 1=tangency, 2=curvature)
输出端口
端口类型说明
MatchMCurveMatched curve
底层信息

CurveComponents.Component_MatchCurve

GUID:282bf4eb-668a-4a2c-81af-2432ac863ddd

Nu

Nurbs Curve

Nurbs 曲线

用于Nurbs 曲线相关操作,属于曲线分类。原始说明:Construct a nurbs curve from control points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
VerticesVPointCurve control points
DegreeDIntegerCurve degree
PeriodicPBooleanPeriodic curve
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_Curve

GUID:dde71aef-d6ed-40a6-af98-6b0673983c82

Nu

Nurbs Curve PWK

Nurbs 曲线 PWK

用于Nurbs 曲线 PWK相关操作,属于曲线分类。原始说明:Construct a nurbs curve from control points, weights and knots.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
PointsPPointCurve control points
WeightsWNumberOptional control point weights
KnotsKNumberNurbs knot vector
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_NurbsCurve

GUID:1f8e1ff7-8278-4421-b39d-350e71d85d37

Po

Poly Arc

Poly 圆弧

用于Poly 圆弧相关操作,属于曲线分类。原始说明:Create a polycurve consisting of arc and line segments.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:1输出:1
输入端口
端口类型说明
VerticesVPointPolyarc vertex coordinates
输出端口
端口类型说明
PolyArcCrvCurveResulting polyarc curve
底层信息

CurveComponents.Component_PolyArc_OBSOLETE

GUID:a5e4f966-417e-465d-afa9-f6607afea056

Po

PolyArc

PolyArc

用于PolyArc相关操作,属于曲线分类。原始说明:Create a polycurve consisting of arc and line segments.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:1
输入端口
端口类型说明
VerticesVPointPolyarc vertex coordinates
TangentTVectorOptional tangent vector at start.
ClosedCBooleanClose the polyarc curve.
输出端口
端口类型说明
PolyArcCrvCurveResulting polyarc curve
底层信息

CurveComponents.Component_PolyArc

GUID:7159ef59-e4ef-44b8-8cb2-91231e278292

Po

PolyLine

PolyLine

用于PolyLine相关操作,属于曲线分类。原始说明:Create a polyline connecting a number of points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:2输出:1
输入端口
端口类型说明
VerticesVPointPolyline vertex points
ClosedCBooleanClose polyline
输出端口
端口类型说明
PolylinePlCurveResulting polyline
底层信息

CurveComponents.Component_Polyline

GUID:71b5b089-500a-4ea6-81c5-2f960441a0e8

Su

Sub Curve

Sub 曲线

用于Sub 曲线相关操作,属于曲线分类。原始说明:Construct a curve from the sub-domain of a base curve.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:2输出:1
输入端口
端口类型说明
Base curveCCurveBase curve
DomainDIntervalSub-domain to extract
输出端口
端口类型说明
CurveCCurveResulting sub curve
底层信息

CurveComponents.Component_SubCurve

GUID:429cbba9-55ee-4e84-98ea-876c44db879a

Sw

Swing Arc

Swing 圆弧

用于Swing 圆弧相关操作,属于曲线分类。原始说明:Create a polycurve consisting of arcs defined by center points.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:3
输入端口
端口类型说明
CentersCPointCenter points for swing arc segments
PlanePPlaneOptional plane for swing arc solution. If omitted, the best fit plane is used.
RadiusRNumberRadius for first swing segment
输出端口
端口类型说明
Curve AACurveFirst resulting swing arc curve
Curve BBCurveSecond resulting swing arc curve
CirclesCCircleTangent circles that define the swing curves
底层信息

CurveComponents.Component_SwingArc

GUID:3edc4fbd-24c6-43de-aaa8-5bdf0704373d

Ta

Tangent Curve

Tangent 曲线

用于Tangent 曲线相关操作,属于曲线分类。原始说明:Create a curve through a set of points with tangents.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:4输出:3
输入端口
端口类型说明
VerticesVPointInterpolation points
TangentsTVectorTangent vectors for all interpolation points
BlendBNumberBlend factor
DegreeDIntegerCurve degree (only odd degrees are supported)
输出端口
端口类型说明
CurveCCurveResulting nurbs curve
LengthLNumberCurve length
DomainDIntervalCurve domain
底层信息

CurveComponents.Component_InterpTangentialCurve

GUID:f73498c5-178b-4e09-ad61-73d172fa6e56

Tw

Tween Curve

Tween 曲线

用于Tween 曲线相关操作,属于曲线分类。原始说明:Tween between two curves.
插件:CurveComponents.gha分类:Curve子分类:Spline输入:3输出:1
输入端口
端口类型说明
Curve AACurveCurve to tween from.
Curve BBCurveCurve to tween to
FactorFNumberTween factor (0.0=Curve A, 1.0=Curve B
输出端口
端口类型说明
TweenTCurveResulting tween curve
底层信息

CurveComponents.Component_TweenCurves

GUID:139619d2-8b18-47b6-b3b9-bf4fec0d6eb1

Curve / Util 22 个组件

Cu

Curve To Polyline

曲线 To Polyline

用于曲线 To Polyline相关操作,属于曲线分类。原始说明:Convert a curve to a polyline.
插件:CurveComponents.gha分类:Curve子分类:Util输入:5输出:2
输入端口
端口类型说明
CurveCCurveCurve to simplify
Tolerance (distance)TdNumberDeviation tolerance
Tolerance (angle)TaAngleAngle tolerance in radians
MinEdgeE-NumberOptional minimum allowed segment length
MaxEdgeE+NumberOptional maximum allowed segment length
输出端口
端口类型说明
PolylinePCurveConverted curve
SegmentsSIntegerNumber of polyline segments
底层信息

CurveComponents.Component_CurveToPolyline

GUID:2956d989-3599-476f-bc92-1d847aff98b6

Di

Divide curve [OBSOLETE]

分割 曲线 [OBSOLETE]

用于分割 曲线 [OBSOLETE]相关操作,属于曲线分类。原始说明:[OBSOLETE; Replaced by new Divide Component]
插件:VectorComponents.gha分类:Curve子分类:Util输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to divide
NumberNIntegerNumber of segments
输出端口
端口类型说明
PointsPPointDivision points
TangentsTVectorTangent vectors at division points
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_DivideCurve_OBSOLETE

GUID:93b1066f-060e-440d-a638-aae8cbe7acb7

Ex

Explode

Explode

用于Explode相关操作,属于曲线分类。原始说明:Explode a curve into smaller segments.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to explode
RecursiveRBooleanRecursive decomposition until all segments are atomic
输出端口
端口类型说明
SegmentsSCurveExploded segments that make up the base curve
VerticesVPointVertices of the exploded segments
底层信息

AnalysisComponents.Component_ExplodeCurve

GUID:afb96615-c59a-45c9-9cac-e27acb1c7ca0

Ex

Extend Curve

Extend 曲线

用于Extend 曲线相关操作,属于曲线分类。原始说明:Extend a curve by a specified distance.
插件:CurveComponents.gha分类:Curve子分类:Util输入:4输出:1
输入端口
端口类型说明
CurveCCurveCurve to extend
TypeTIntegerType of extension (0=Line, 1=Arc, 2=Smooth)
StartL0NumberExtension length at start of curve
EndL1NumberExtension length at end of curve
输出端口
端口类型说明
CurveCCurveExtended curve
底层信息

CurveComponents.Component_ExtendCurve

GUID:62cc9684-6a39-422e-aefa-ed44643557b9

Fi

Fillet

Fillet

用于Fillet相关操作,属于曲线分类。原始说明:Fillet a curve at a parameter.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to fillet
ParametertNumberCurve parameter for fillet
RadiusRNumberRadius of fillet
输出端口
端口类型说明
CurveCCurveFilleted curve
ParametertNumberParameter where the fillet eventually occured
底层信息

CurveComponents.Component_FilletCurve

GUID:c92cdfc8-3df8-4c4e-abc1-ede092a0aa8a

Fi

Fillet

Fillet

用于Fillet相关操作,属于曲线分类。原始说明:Fillet the sharp corners of a curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to fillet
RadiusRNumberRadius of fillet
输出端口
端口类型说明
CurveCCurveCurve with filleted corners
底层信息

CurveComponents.Component_FilletCorners

GUID:2f407944-81c3-4062-a485-276454ec4b8c

Fi

Fillet Distance

Fillet 距离

用于Fillet 距离相关操作,属于曲线分类。原始说明:Fillet the sharp corners of a curve by distance.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to fillet
DistanceDNumberDistance from corner of fillet start
输出端口
端口类型说明
CurveCCurveCurve with filleted corners
底层信息

CurveComponents.Component_FilletCornersDistance

GUID:6fb21315-a032-400e-a80f-248687f5507f

Fi

Fit Curve

Fit 曲线

用于Fit 曲线相关操作,属于曲线分类。原始说明:Fit a curve along another curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:1
输入端口
端口类型说明
CurveCCurveCurve to fit
DegreeDIntegerOptional degree of curve (if omitted, input degree is used)
ToleranceFtNumberTolerance for fitting (if omitted, document tolerance is used)
输出端口
端口类型说明
CurveCCurveFitted curve
底层信息

CurveComponents.Component_FitCurve

GUID:a3f9f19e-3e6c-4ac7-97c3-946de32c3e8e

Fl

Flip Curve

Flip 曲线

用于Flip 曲线相关操作,属于曲线分类。原始说明:Flip a curve using an optional guide curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to flip
GuideGCurveOptional guide curve
输出端口
端口类型说明
CurveCCurveFlipped curve
FlagFBooleanFlip action
底层信息

CurveComponents.Component_FlipCurve

GUID:22990b1f-9be6-477c-ad89-f775cd347105

Jo

Join Curves

合并 Curves

用于合并 Curves相关操作,属于曲线分类。原始说明:Join as many curves as possible
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:1
输入端口
端口类型说明
CurvesCCurveCurves to join
PreservePBooleanPreserve direction of input curves
输出端口
端口类型说明
CurvesCCurveJoined curves and individual curves that could not be joined.
底层信息

CurveComponents.Component_JoinCurves

GUID:8073a420-6bec-49e3-9b18-367f6fd76ac3

Of

Offset Curve

偏移 曲线

用于偏移 曲线相关操作,属于曲线分类。原始说明:Offset a curve with a specified distance.
插件:CurveComponents.gha分类:Curve子分类:Util输入:4输出:1
输入端口
端口类型说明
CurveCCurveCurve to offset
DistanceDNumberOffset distance
PlanePPlanePlane for offset operation
smooth = 3chamfer = 4Integer
输出端口
端口类型说明
CurveCCurveResulting offsets
底层信息

CurveComponents.Component_OffsetCurve

GUID:1a38d325-98de-455c-93f1-bca431bc1243

Of

Offset Curve Loose

偏移 曲线 Loose

用于偏移 曲线 Loose相关操作,属于曲线分类。原始说明:Offset the control-points of a curve with a specified distance.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:1
输入端口
端口类型说明
CurveCCurveCurve to offset
DistanceDNumberOffset distance
PlanePPlaneOptional Plane for offset operation
输出端口
端口类型说明
CurveCCurveResulting offset
底层信息

CurveComponents.Component_OffsetCurveLoose

GUID:80e55fc2-933b-4bfb-a353-12358786dba8

Of

Offset Loose 3D

偏移 Loose 3D

用于偏移 Loose 3D相关操作,属于曲线分类。原始说明:Offset the control-points of a curve with a specified distance in 3D.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to offset
DistanceDNumberOffset distance
输出端口
端口类型说明
CurveCCurveResulting offset
底层信息

CurveComponents.Component_OffsetCurveLoose3D

GUID:c6fe61e7-25e2-4333-9172-f4e2a123fcfe

Of

Offset Polyline

偏移 Polyline

用于偏移 Polyline相关操作,属于曲线分类。原始说明:Offset a 2D polyline
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
PolylinePCurvePolyline to offset
DistanceDNumberOffset distance
输出端口
端口类型说明
OffsetOCurveOffset results
ValidVBooleanOffset validity
底层信息

CurveComponents.Offset.OffsetPolylineComponent

GUID:e2c6cab3-91ea-4c01-900c-646642d3e436

Of

Offset on Srf

偏移 on Srf

用于偏移 on Srf相关操作,属于曲线分类。原始说明:Offset a curve on a surface with a specified distance.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:1
输入端口
端口类型说明
CurveCCurveCurve to offset
DistanceDNumberOffset distance
SurfaceSSurfaceSurface for offset operation
输出端口
端口类型说明
CurveCCurveResulting offsets
底层信息

CurveComponents.Component_OffsetCurveOnSurface

GUID:b6f5cb51-f260-4c74-bf73-deb47de1bf91

Pe

Perp Frames [OBSOLETE]

Perp Frames [OBSOLETE]

用于Perp Frames [OBSOLETE]相关操作,属于曲线分类。原始说明:OBSOLETE_COMPONENT replaced by a New Perpendicular frame routine
插件:VectorComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to divide
NumberNIntegerNumber of segments
输出端口
端口类型说明
FramesFPlaneCurvature frames
ParameterstNumberParameter values at division points
底层信息

VectorComponents.DivisionComponents.Component_CurvePerpendicular_OBSOLETE

GUID:6da4b70c-ce98-4d52-a2bb-2fadccf39da0

Po

Polyline Collapse

Polyline Collapse

用于Polyline Collapse相关操作,属于曲线分类。原始说明:Collapse short segments in a polyline curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
PolylinePCurvePolyline curve
TolerancetNumberSegment length tolerance
输出端口
端口类型说明
PolylinePlCurveResulting polyline
CountNIntegerNumber of segments that were collapsed
底层信息

CurveComponents.Component_CollapsePolylineSegments

GUID:be298882-28c9-45b1-980d-7192a531c9a9

Re

Rebuild Curve

Rebuild 曲线

用于Rebuild 曲线相关操作,属于曲线分类。原始说明:Rebuild a curve with a specific number of control-points.
插件:CurveComponents.gha分类:Curve子分类:Util输入:4输出:1
输入端口
端口类型说明
CurveCCurveCurve to rebuild
DegreeDIntegerOptional degree of curve (if omitted, input degree is used)
CountNIntegerNumber of control points
TangentsTBooleanPreserve curve end tangents
输出端口
端口类型说明
CurveCCurveRebuild curve
底层信息

CurveComponents.Component_RebuildCurve

GUID:9333c5b3-11f9-423c-bbb5-7e5156430219

Re

Reduce

Reduce

用于Reduce相关操作,属于曲线分类。原始说明:Reduce a polyline by removing least significant vertices.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:2
输入端口
端口类型说明
PolylinePCurvePolyline to reduce
ToleranceTNumberTolerance (allowed deviation between original and reduction)
输出端口
端口类型说明
PolylinePCurveReduced polyline
ReductionRIntegerNumber of vertices removed during reduction
底层信息

CurveComponents.Component_ReducePolyline

GUID:884646c3-0e70-4ad1-90c5-42601ee26450

Se

Seam

Seam

用于Seam相关操作,属于曲线分类。原始说明:Adjust the seam of a closed curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:2输出:1
输入端口
端口类型说明
CurveCCurveCurve to adjust
SeamtNumberParameter of new seam
输出端口
端口类型说明
CurveCCurveAdjusted curve
底层信息

CurveComponents.Component_CurveSeam

GUID:42ad8dc1-b0c0-40df-91f5-2c46e589e6c2

Si

Simplify Curve

Simplify 曲线

用于Simplify 曲线相关操作,属于曲线分类。原始说明:Simplify a curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to simplify
TolerancetNumberOptional deviation tolerance (if omitted, the current document tolerance is used)
Angle ToleranceaNumberOptional angle tolerance (if omitted, the current document tolerance is used)
输出端口
端口类型说明
CurveCCurveSimplified curve
SimplifiedSBooleanTrue if curve was modified in any way
底层信息

CurveComponents.Component_SimplifyCurve

GUID:922dc7e5-0f0e-4c21-ae4b-f6a8654e63f6

Sm

Smooth Polyline

Smooth Polyline

用于Smooth Polyline相关操作,属于曲线分类。原始说明:Smooth the vertices of a polyline curve.
插件:CurveComponents.gha分类:Curve子分类:Util输入:3输出:1
输入端口
端口类型说明
PolylinePCurvePolyline to smooth
StrengthSNumberSmoothing strength (0 = none, 1 = maximum)
TimesTIntegerNumber of times to apply the smoothing operation
输出端口
端口类型说明
PolylinePCurveSmoothed polyline
底层信息

CurveComponents.Component_SmoothPolyline

GUID:5c5fbc42-3e1d-4081-9cf1-148d0b1d9610

Display / Colour 12 个组件

Ad

Addition

Addition

用于Addition相关操作,属于显示分类。原始说明:Perform colour addition.
插件:MathComponents.gha分类:Display子分类:Colour输入:2输出:1
输入端口
端口类型说明
Colour AAColourFirst colour
Colour BBColourSecond colour
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourAddition_OBSOLETE

GUID:60327ca4-c548-40e6-a11f-3c6759582f13

Co

Colour CMYK

颜色 CMYK

用于颜色 CMYK相关操作,属于显示分类。原始说明:Create a colour from floating point {CMYK} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
CyanCNumberCyan channel (cyan is defined in the range {0.0 to 1.0})
MagentaMNumberMagenta channel (magenta is defined in the range {0.0 to 1.0})
YellowYNumberYellow channel (yellow is defined in the range {0.0 to 1.0})
KeyKNumberKey channel (key is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourCMYK

GUID:17af01a5-a846-4769-9478-de1df65a0afa

Co

Colour HSL

颜色 HSL

用于颜色 HSL相关操作,属于显示分类。原始说明:Create a colour from floating point {HSL} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (alpha is defined in the range {0.0 to 1.0})
HueHNumberHue channel (hue is defined in the range {0.0 to 1.0})
SaturationSNumberSaturation channel (saturation is defined in the range {0.0 to 1.0})
LuminanceLNumberLuminance channel (luminance is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourHSL

GUID:a45d68b3-c299-4b17-bdae-7975f216cec6

Co

Colour HSV

颜色 HSV

用于颜色 HSV相关操作,属于显示分类。原始说明:Create a colour from floating point {HSV} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (alpha is defined in the range {0.0 to 1.0})
HueHNumberHue channel (hue is defined in the range {0.0 to 1.0})
SaturationSNumberSaturation channel (saturation is defined in the range {0.0 to 1.0})
ValueVNumberValue channel (value/brightness is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourHSV

GUID:5958a658-20c2-4a2b-86ba-4d1b81bf5348

Co

Colour L*ab

颜色 L*ab

用于颜色 L*ab相关操作,属于显示分类。原始说明:Create a colour from floating point {CIE L*ab} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (alpha is defined in the range {0.0 to 1.0})
LuminanceLNumberLuminance channel (luminance is defined in the range {0.0 to 1.0})
AANumberFirst colour channel (A is defined in the range {0.0 to 1.0})
BBNumberOpposing colour channel (B is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourLAB

GUID:f922ed44-6e4a-44a0-8b4b-4b4a46bdfe29

Co

Colour LCH

颜色 LCH

用于颜色 LCH相关操作,属于显示分类。原始说明:Create a colour from floating point {CIE LCH} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (alpha is defined in the range {0.0 to 1.0})
LuminanceLNumberLuminance channel (luminance is defined in the range {0.0 to 1.0})
ChromaCNumberChromaticity channel (chroma is defined in the range {0.0 to 1.0})
HueHNumberHue channel (hue is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourLCH

GUID:75a07554-8a2c-4d87-81b9-d854f498509d

Co

Colour RGB

颜色 RGB

用于颜色 RGB相关操作,属于显示分类。原始说明:Create a colour from {RGB} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaAIntegerAlpha channel (255 = opaque)
RedRIntegerRed channel
GreenGIntegerGreen channel
BlueBIntegerBlue channel
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourRGB

GUID:49d2e200-b34e-4e1c-82a3-07feb4cb9378

Co

Colour RGB (f)

颜色 RGB (f)

用于颜色 RGB (f)相关操作,属于显示分类。原始说明:Create a colour from floating point {RGB} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (1.0 = opaque)
RedRNumberRed channel
GreenGNumberGreen channel
BlueBNumberBlue channel
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourRGB_Fractional

GUID:f35132c0-c298-4b9c-b446-42e960f52677

Co

Colour XYZ

颜色 XYZ

用于颜色 XYZ相关操作,属于显示分类。原始说明:Create a colour from floating point {XYZ} channels (CIE 1931 spec).
插件:MathComponents.gha分类:Display子分类:Colour输入:4输出:1
输入端口
端口类型说明
AlphaANumberAlpha channel (alpha is defined in the range {0.0 to 1.0})
XXNumberX stimulus (X is defined in the range {0.0 to 1.0})
YYNumberY stimulus (y is defined in the range {0.0 to 1.0})
ZZNumberZ stimulus (Z is defined in the range {0.0 to 1.0})
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_ColourXYZ

GUID:77185dc2-2f18-469d-9686-00f5b6049195

Sp

Split AHSL

拆分 AHSL

用于拆分 AHSL相关操作,属于显示分类。原始说明:Split a colour into floating point {AHSL} channels
插件:MathComponents.gha分类:Display子分类:Colour输入:1输出:4
输入端口
端口类型说明
ColourCColourInput colour
输出端口
端口类型说明
AlphaANumberAlpha channel
HueHNumberHue
SaturationSNumberSaturation
LuminanceLNumberLuminance
底层信息

MathComponents.ColourComponents.Component_ColourSplitAHSL

GUID:0a1331c8-c58d-4b3f-a886-47051532e35e

Sp

Split AHSV

拆分 AHSV

用于拆分 AHSV相关操作,属于显示分类。原始说明:Split a colour into floating point {AHSV} channels
插件:MathComponents.gha分类:Display子分类:Colour输入:1输出:4
输入端口
端口类型说明
ColourCColourInput colour
输出端口
端口类型说明
AlphaANumberAlpha channel
HueHNumberHue
SaturationSNumberSaturation
ValueVNumberValue (Brightness)
底层信息

MathComponents.ColourComponents.Component_ColourSplitAHSV

GUID:d84d2c2a-2813-4667-afb4-46642581e5f9

Sp

Split ARGB

拆分 ARGB

用于拆分 ARGB相关操作,属于显示分类。原始说明:Split a colour into floating point {ARGB} channels.
插件:MathComponents.gha分类:Display子分类:Colour输入:1输出:4
输入端口
端口类型说明
ColourCColourInput colour
输出端口
端口类型说明
AlphaANumberAlpha channel
RedRNumberRed channel
GreenGNumberGreen channel
BlueBNumberBlue channel
底层信息

MathComponents.ColourComponents.Component_ColourSplitARGB

GUID:350f7d03-a48f-4121-bcee-328cfe1ed9ef

Display / Dimensions 6 个组件

Gr

Gradient Hatch

Gradient Hatch

用于Gradient Hatch相关操作,属于显示分类。原始说明:Create a gradient hatch
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:4输出:0
输入端口
端口类型说明
BoundariesBCurveBoundary curves for hatch objects
AxisALineGradient axis
Colour 1C1ColourColour at start of axis.
Colour 2C2ColourColour at end of axis.
输出端口

这个组件没有显式输出端口。

底层信息

HatchComponents.GradientHatchComponent

GUID:6ce90407-9eac-4a1a-a81a-949b601f18f3

Ma

Make2D

Make2D

用于Make2D相关操作,属于显示分类。原始说明:Create a hidden line drawing from geometry
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:5输出:6
输入端口
端口类型说明
GeometryGGeometryGeometry to include (Breps, Meshes and Curves only).
Clipping PlanesCPlaneOptional clipping planes.
Make2D projection detailsDisplayDimensions
Tangent EdgesTeBooleanWhether or not to compute tangent edges.
Tangent SeamsTsBooleanWhether or not to compute tangent seams.
输出端口
端口类型说明
Visible curvesVCurveList of visible curves
Visible indexViIntegerFor each visible curve, index of source object
Visible typeVtTextFor each visible curve, type description
Hidden curvesHCurveList of hidden curves
Hidden indexHiIntegerFor each hidden curve, index of source object
Hidden typeHtTextFor each hidden curve, type description
底层信息

CurveComponents.Make2DComponent

GUID:96e40f6b-ba46-4102-bf15-ebf90471f4a0

Ma

Make2D Parallel View

Make2D Parallel View

用于Make2D Parallel View相关操作,属于显示分类。原始说明:Define a parallel view for a Make2D solution
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:1输出:1
输入端口
端口类型说明
ProjectionPRectangleView projection.
输出端口
端口类型说明
Parallel viewDisplayDimensions
底层信息

CurveComponents.Make2DParallelViewComponent

GUID:3fc08088-d75d-43bc-83cc-7a654f156cb7

Ma

Make2D Perspective View

Make2D Perspective View

用于Make2D Perspective View相关操作,属于显示分类。原始说明:Define a perspective view for a Make2D solution
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:2输出:1
输入端口
端口类型说明
CameraCPointCamera position
FrameFRectangleProjection framing.
输出端口
端口类型说明
Parallel viewDisplayDimensions
底层信息

CurveComponents.Make2DPerspectiveComponent

GUID:33359c6d-984e-42f3-a869-0c3364ab33b6

Ma

Make2D Rhino View

Make2D Rhino View

用于Make2D Rhino View相关操作,属于显示分类。原始说明:Import a Rhino view for a Make2D solution
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:2输出:1
输入端口
端口类型说明
NameNTextNamed view or viewport name.
ClipCBooleanIf true, the view will be clipped to the frustum.
输出端口
端口类型说明
Parallel viewDisplayDimensions
底层信息

CurveComponents.Make2DNamedViewComponent

GUID:4ac24770-e38b-4363-be38-551a3b134707

Pa

Pattern Hatch

Pattern Hatch

用于Pattern Hatch相关操作,属于显示分类。原始说明:Create a patterned hatch
插件:CurveComponents.gha分类:Display子分类:Dimensions输入:4输出:0
输入端口
端口类型说明
BoundariesBCurveBoundary curves for hatch objects
PatternPIntegerHatch pattern style
ScaleSNumberPattern scale
AngleAAnglePattern angle
输出端口

这个组件没有显式输出端口。

底层信息

HatchComponents.PatternHatchComponent

GUID:5f9e4549-8135-4a90-97c8-8a34bf05e99a

Display / Preview 6 个组件

Cl

Cloud Display

Cloud Display

用于Cloud Display相关操作,属于显示分类。原始说明:Draw a collection of points as a fuzzy cloud
插件:VectorComponents.gha分类:Display子分类:Preview输入:3输出:0
输入端口
端口类型说明
PointsPPointLocation for each blob
ColoursCColourColour for each blob
SizeSNumberSize for each blob
输出端口

这个组件没有显式输出端口。

底层信息

VectorComponents.PointComponents.Component_CloudDisplay

GUID:059b72b0-9bb3-4542-a805-2dcd27493164

Cr

Create Material

Create Material

用于Create Material相关操作,属于显示分类。原始说明:Create an OpenGL material.
插件:MathComponents.gha分类:Display子分类:Preview输入:5输出:1
输入端口
端口类型说明
DiffuseKdColourColour of the diffuse channel
SpecularKsColourColour of the specular highlight
EmissionKeColourEmissive colour of the material
TransparencyTNumberAmount of transparency (0.0 = opaque, 1.0 = transparent
ShineSIntegerAmount of shinyness (0 = none, 1 = low shine, 100 = max shine
输出端口
端口类型说明
MaterialMResulting material
底层信息

MathComponents.ColourComponents.Component_CreateOGLMaterial

GUID:76975309-75a6-446a-afed-f8653720a9f2

Do

Dot Display

Dot Display

用于Dot Display相关操作,属于显示分类。原始说明:Draw a collection of coloured dots
插件:VectorComponents.gha分类:Display子分类:Preview输入:3输出:0
输入端口
端口类型说明
PointPPointDot location
ColourCColourDot colour
SizeSNumberDot size
输出端口

这个组件没有显式输出端口。

底层信息

VectorComponents.PointComponents.Component_DotDisplay

GUID:6b1bd8b2-47a4-4aa6-a471-3fd91c62a486

Sy

Symbol (Advanced)

Symbol (Advanced)

用于Symbol (Advanced)相关操作,属于显示分类。原始说明:Advanced symbol display properties
插件:FieldComponents.gha分类:Display子分类:Preview输入:8输出:1
输入端口
端口类型说明
StyleXIntegerSymbol style
Size PrimaryS1NumberSymbol size
Size SecondaryS2NumberAlternative size or offset (depending on style).
RotationRAngleRotation angle
FillCfColourFill colour
EdgeCeColourEdge colour
WidthWNumberEdge width
AdjustABooleanAdjust apparent size based on view
输出端口
端口类型说明
Symbol DisplayDSymbol display properties
底层信息

FieldComponents.Component_CreateAdvancedPointShaderDisplay

GUID:e5c82975-8011-412c-b56d-bb7fc9e7f28d

Sy

Symbol (Simple)

Symbol (Simple)

用于Symbol (Simple)相关操作,属于显示分类。原始说明:Simple symbol display properties
插件:FieldComponents.gha分类:Display子分类:Preview输入:4输出:1
输入端口
端口类型说明
StyleXIntegerSymbol style
SizeSNumberPrimary radius or outer size
RotationRAngleRotation angle
ColourCColourMain colour
输出端口
端口类型说明
Symbol DisplayDSymbol display properties
底层信息

FieldComponents.Component_CreateSimplePointShaderDisplay

GUID:79747717-1874-4c34-b790-faef53b50569

Sy

Symbol Display

Symbol Display

用于Symbol Display相关操作,属于显示分类。原始说明:Display symbols
插件:FieldComponents.gha分类:Display子分类:Preview输入:2输出:0
输入端口
端口类型说明
LocationPPointSymbol location
Symbol locationDisplayD
输出端口

这个组件没有显式输出端口。

底层信息

FieldComponents.Component_SymbolDisplay

GUID:62d5ead4-53c4-4d0b-b5ce-6bd6e0850ab8

Display / Test 1 个组件

Te

Test Crash

Test Crash

用于Test Crash相关操作,属于显示分类。原始说明:Test crashing of GH
插件:CurveComponents.gha分类:Display子分类:Test输入:1输出:0
输入端口
端口类型说明
CrashCBooleancrash
输出端口

这个组件没有显式输出端口。

底层信息

CurveComponents.TestCrashComponent

GUID:

Display / Vector 4 个组件

Po

Point List

点 列表

用于点 列表相关操作,属于显示分类。原始说明:Displays details about lists of points
插件:CurveComponents.gha分类:Display子分类:Vector输入:2输出:0
输入端口
端口类型说明
PointsPPointPoints to display
SizeSNumberOptional text size (in Rhino units)
输出端口

这个组件没有显式输出端口。

底层信息

DimensionComponents.Component_PointListDisplay

GUID:cc14daa5-911a-4fcc-8b3b-1149bf7f2eeb

Po

Point Order

点 Order

用于点 Order相关操作,属于显示分类。原始说明:Displays the order of a list of points
插件:CurveComponents.gha分类:Display子分类:Vector输入:1输出:0
输入端口
端口类型说明
PointsPPointPoints to display
输出端口

这个组件没有显式输出端口。

底层信息

DimensionComponents.Component_PointOrderDisplay

GUID:0ad9f1ab-2204-45bb-b282-474469e2fa7b

Ve

Vector Display

向量 Display

用于向量 Display相关操作,属于显示分类。原始说明:Preview vectors in the viewport
插件:VectorComponents.gha分类:Display子分类:Vector输入:2输出:0
输入端口
端口类型说明
AnchorAPointAnchor point for preview vector
VectorVVectorVector to preview
输出端口

这个组件没有显式输出端口。

底层信息

VectorComponents.VectorComponents.Component_VectorDisplay

GUID:2a3f7078-2e25-4dd4-96f7-0efb491bd61c

Ve

Vector Display Ex

向量 Display Ex

用于向量 Display Ex相关操作,属于显示分类。原始说明:Preview vectors in the viewport
插件:VectorComponents.gha分类:Display子分类:Vector输入:4输出:0
输入端口
端口类型说明
PointPPointStart point of vector
VectorVVectorVector to display
ColourCColourColour of vector
WidthWIntegerWidth of vector lines
输出端口

这个组件没有显式输出端口。

底层信息

VectorComponents.VectorComponents.Component_VectorDisplay2

GUID:11e95a7b-1e2c-4b66-bd95-fcad51f8662a

Display / Viewport 1 个组件

Vi

Viewport Display

Viewport Display

用于Viewport Display相关操作,属于显示分类。原始说明:Display viewport on canvas
插件:CurveComponents.gha分类:Display子分类:Viewport输入:5输出:0
输入端口
端口类型说明
VisibleVBooleanShow viewport
LeftLIntegerViewport left
TopTIntegerViewport top
WidthWIntegerViewport width
HeightHIntegerViewport height
输出端口

这个组件没有显式输出端口。

底层信息

CurveComponents.ViewportDisplayComponent

GUID:

Intersect / Mathematical 18 个组件

Br

Brep | Line

Brep | 直线

用于Brep | 直线相关操作,属于相交分类。原始说明:Solve intersection events for a Brep and a line.
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:3输出:2
输入端口
端口类型说明
BrepBBrepBase Brep
LineLLineIntersection line
FirstFBooleanLimit to first intersection
输出端口
端口类型说明
CurvesCCurveIntersection overlap curves
PointsPPointIntersection points
底层信息

SurfaceComponents.SolidComponents.Component_BRepLineIntersect_OBSOLETE

GUID:ff880808-6daf-4f6c-88c1-058120ad6ba9

Co

Contour

Contour

用于Contour相关操作,属于相交分类。原始说明:Create a set of Brep or Mesh contours
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:4输出:1
输入端口
端口类型说明
ShapeSGeometryBrep or Mesh to contour
PointPPointContour start point
DirectionNVectorContour normal direction
DistanceDNumberDistance between contours
输出端口
端口类型说明
ContoursCCurveResulting contours (grouped by section)
底层信息

SurfaceComponents.SolidComponents.Component_Contour1

GUID:3b112fb6-3eba-42d2-ba75-0f903c18faab

Co

Contour (ex)

Contour (ex)

用于Contour (ex)相关操作,属于相交分类。原始说明:Create a set of Brep or Mesh contours
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:4输出:1
输入端口
端口类型说明
ShapeSGeometryBrep or Mesh to contour
PlanePPlaneBase plane for contours
OffsetsONumberContour offsets from base plane (if omitted, you must specify distances instead)
DistancesDNumberDistances between contours (if omitted, you must specify offset instead)
输出端口
端口类型说明
ContoursCCurveResulting contours (grouped by section)
底层信息

SurfaceComponents.SolidComponents.Component_Contour2

GUID:246cda78-5e88-4087-ba09-ae082bbc4af8

Cu

Curve | Line

曲线 | 直线

用于曲线 | 直线相关操作,属于相交分类。原始说明:Solve intersection events for a curve and a line.
插件:CurveComponents.gha分类:Intersect子分类:Mathematical输入:3输出:3
输入端口
端口类型说明
CurveCCurveCurve to intersect
LineLLineLine to intersect with
FirstFBooleanLimit to first intersection only
输出端口
端口类型说明
PointsPPointIntersection events
ParamstNumberParameters on curve
CountNIntegerNumber of intersection events
底层信息

CurveComponents.Component_CurveLineIntersection_OBSOLETEASWELL

GUID:9396be03-8159-43bf-b3e7-2c86c8d04fc0

Cu

Curve | Line

曲线 | 直线

用于曲线 | 直线相关操作,属于相交分类。原始说明:Solve intersection events for a curve and a line.
插件:CurveComponents.gha分类:Intersect子分类:Mathematical输入:2输出:3
输入端口
端口类型说明
CurveCCurveCurve to intersect
LineLLineLine to intersect with
输出端口
端口类型说明
PointsPPointIntersection events
ParamstNumberParameters on curve
CountNIntegerNumber of intersection events
底层信息

CurveComponents.Component_CurveLineIntersection

GUID:0e3173b6-91c6-4845-a748-e45d4fdbc262

Cu

Curve | Line [OBSOLETE]

曲线 | 直线 [OBSOLETE]

用于曲线 | 直线 [OBSOLETE]相关操作,属于相交分类。原始说明:Solve intersection events for a curve and a line.
插件:CurveComponents.gha分类:Intersect子分类:Mathematical输入:2输出:2
输入端口
端口类型说明
CurveCCurveCurve to intersect
LineLLineLine to intersect with
输出端口
端口类型说明
PointsPPointIntersection events
ParamstNumberParameters on curve
底层信息

CurveComponents.Component_CurveLineIntersection_OBSOLETE

GUID:ddaea1a9-d6bd-4a18-ac11-8a4993954a03

Is

IsoVist

IsoVist

用于IsoVist相关操作,属于相交分类。原始说明:Compute an isovist sampling at a location
插件:TriangulationComponents.gha分类:Intersect子分类:Mathematical输入:4输出:3
输入端口
端口类型说明
PlanePPlaneSampling plane and origin
CountNIntegerSample count
RadiusRNumberSample radius
ObstaclesOCurveObstacle outlines
输出端口
端口类型说明
PointsPPointIntersection points of the sample rays with the obstacles
DistanceDNumberList of intersection distances
HitsHBooleanList of ray|obstacle hit flags
底层信息

TriangulationComponents.Component_Isovist_OBSOLETE

GUID:c08ac8f7-cf90-4cdb-9862-2ba66b8408ef

Is

IsoVist

IsoVist

用于IsoVist相关操作,属于相交分类。原始说明:Compute an isovist sampling at a location
插件:TriangulationComponents.gha分类:Intersect子分类:Mathematical输入:4输出:3
输入端口
端口类型说明
PlanePPlaneSampling plane and origin
CountNIntegerSample count
RadiusRNumberSample radius
ObstaclesOGeometryObstacle outlines
输出端口
端口类型说明
PointsPPointIntersection points of the sample rays with the obstacles
DistanceDNumberList of intersection distances
IndexIIntegerList of obstacle indices for each hit, or -1 if no obstacle was hit
底层信息

TriangulationComponents.Component_Isovist

GUID:cab92254-1c79-4e5a-9972-0a4412b35c88

Is

IsoVist Ray

IsoVist Ray

用于IsoVist Ray相关操作,属于相交分类。原始说明:Compute a single isovist sample at a location
插件:TriangulationComponents.gha分类:Intersect子分类:Mathematical输入:3输出:3
输入端口
端口类型说明
SampleSLineSampling ray
RadiusRNumberSample radius
ObstaclesOCurveObstacle outlines
输出端口
端口类型说明
PointPPointIntersection point of the sample ray with the obstacles
DistanceDNumberDistance from ray start to intersection point
HitHBooleanHit flag indicating whether the ray hit any of the obstacles
底层信息

TriangulationComponents.Component_IsovistRay_OBSOLETE

GUID:769f5b35-1780-4823-b593-118ecc3560e0

Is

IsoVist Ray

IsoVist Ray

用于IsoVist Ray相关操作,属于相交分类。原始说明:Compute a single isovist sample at a location
插件:TriangulationComponents.gha分类:Intersect子分类:Mathematical输入:3输出:3
输入端口
端口类型说明
SampleSLineSampling ray
RadiusRNumberSample radius
ObstaclesOGeometryObstacle outlines (curves, planes, meshes and breps are allowed)
输出端口
端口类型说明
PointPPointIntersection point of the sample ray with the obstacles
DistanceDNumberDistance from ray start to intersection point
IndexIIntegerObstacle index for hit, or -1 if no obstacle was hit
底层信息

TriangulationComponents.Component_IsovistRay

GUID:93d0dcbc-6207-4745-aaf7-fe57a880f959

Li

Line | Line

直线 | 直线

用于直线 | 直线相关操作,属于相交分类。原始说明:Solve intersection events for two lines.
插件:CurveComponents.gha分类:Intersect子分类:Mathematical输入:2输出:4
输入端口
端口类型说明
Line 1ALineFirst line for intersection
Line 2BLineSecond line for intersection
输出端口
端口类型说明
Param AtANumberParameter on line A
Param BtBNumberParameter on line B
Point ApAPointPoint on line A
Point BpBPointPoint on line B
底层信息

CurveComponents.Component_LineLineIntersection

GUID:6d4b82a7-8c1d-4bec-af7b-ca321ba4beb1

Li

Line | Plane

直线 | 平面

用于直线 | 平面相关操作,属于相交分类。原始说明:Solve intersection event for a line and a plane.
插件:CurveComponents.gha分类:Intersect子分类:Mathematical输入:2输出:3
输入端口
端口类型说明
LineLLineBase line
PlanePPlaneIntersection plane
输出端口
端口类型说明
PointPPointIntersection event
Param LtNumberParameter {t} on infinite line
Param PuvPointParameter {uv} on plane
底层信息

CurveComponents.Component_LinePlaneIntersection

GUID:75d0442c-1aa3-47cf-bd94-457b42c16e9f

Me

Mesh | Ray

Mesh | Ray

用于Mesh | Ray相关操作,属于相交分类。原始说明:Intersect a mesh with a semi-infinite ray
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:3输出:2
输入端口
端口类型说明
MeshMMeshMesh to intersect
PointPPointRay start point
DirectionDVectorRay direction
输出端口
端口类型说明
PointXPointFirst intersection point
HitHBooleanBoolean indicating hit or miss
底层信息

SurfaceComponents.SolidComponents.Component_MeshRayIntersect

GUID:4c02a168-9aba-4f42-8951-2719f24d391f

Pl

Plane Region

平面 Region

用于平面 Region相关操作,属于相交分类。原始说明:Create a bounded region from intersecting planes.
插件:VectorComponents.gha分类:Intersect子分类:Mathematical输入:2输出:1
输入端口
端口类型说明
PlanePPlaneRegion plane and origin
BoundsBPlaneRegion bounding planes
输出端口
端口类型说明
RegionRCurveBounded region
底层信息

VectorComponents.PlaneComponents.Component_PlaneSliceRegion

GUID:80e3614a-25ae-43e7-bb0a-760e68ade864

Pl

Plane | Plane

平面 | 平面

用于平面 | 平面相关操作,属于相交分类。原始说明:Solve the intersection event of two planes.
插件:VectorComponents.gha分类:Intersect子分类:Mathematical输入:2输出:1
输入端口
端口类型说明
Plane AAPlaneFirst plane
Plane BBPlaneSecond plane
输出端口
端口类型说明
LineLLineIntersection line
底层信息

VectorComponents.PlaneComponents.Component_PlanePlaneIntersect

GUID:290cf9c4-0711-4704-851e-4c99e3343ac5

Pl

Plane | Plane | Plane

平面 | 平面 | 平面

用于平面 | 平面 | 平面相关操作,属于相交分类。原始说明:Solve the intersection events of three planes.
插件:VectorComponents.gha分类:Intersect子分类:Mathematical输入:3输出:4
输入端口
端口类型说明
Plane AAPlaneFirst plane
Plane BBPlaneSecond plane
Plane CCPlaneThird plane
输出端口
端口类型说明
PointPtPointIntersection point
Line ABABLineIntersection line between A and B
Line ACACLineIntersection line between A and C
Line BCBCLineIntersection line between B and C
底层信息

VectorComponents.PlaneComponents.Component_3PlaneIntersect

GUID:f1ea5a4b-1a4f-4cf4-ad94-1ecfb9302b6e

Su

Surface | Line

曲面 | 直线

用于曲面 | 直线相关操作,属于相交分类。原始说明:Solve intersection events for a surface and a line.
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:3输出:4
输入端口
端口类型说明
SurfaceSSurfaceBase surface
LineLLineIntersection line
FirstFBooleanLimit to first intersection
输出端口
端口类型说明
CurvesCCurveIntersection overlap curves
PointsPPointIntersection points
UV PointsuvPointSurface {uv} coordinates at intersection events
NormalNVectorSurface normal vector at intersection events
底层信息

SurfaceComponents.SolidComponents.Component_SurfaceLineIntersect_OBSOLETE

GUID:c2c73357-bfd2-45af-89ff-40ca02a3442f

Su

Surface | Line

曲面 | 直线

用于曲面 | 直线相关操作,属于相交分类。原始说明:Solve intersection events for a surface and a line.
插件:SurfaceComponents.gha分类:Intersect子分类:Mathematical输入:2输出:4
输入端口
端口类型说明
SurfaceSSurfaceBase surface
LineLLineIntersection line
输出端口
端口类型说明
CurvesCCurveIntersection overlap curves
PointsPPointIntersection points
UV PointsuvPointSurface {uv} coordinates at intersection events
NormalNVectorSurface normal vector at intersection events
底层信息

SurfaceComponents.SolidComponents.Component_SurfaceLineIntersect

GUID:a834e823-ae01-44d8-9066-c138eeb6f391

Intersect / Physical 7 个组件

Cl

Clash

Clash

用于Clash相关操作,属于相交分类。原始说明:Perform clash analysis on a set of shapes.
插件:XformComponents.gha分类:Intersect子分类:Physical输入:4输出:5
输入端口
端口类型说明
First SetAMeshFirst set of shapes
Second SetBMeshSecond set of shapes
DistanceDNumberDistance tolerance for clash detection
Result LimitLIntegerMaximum number of results to search for.
输出端口
端口类型说明
Clash CountNIntegerNumber of clashes found
Clash PointsPPointCollection of clashing points.
Clash RadiiRNumberCollection of clashing radii (one for each point).
First IndexiIntegerIndex of clashing mesh in first set.
Second indexjIntegerIndex of clashing mesh in second set.
底层信息

ClashComponents.ClashComponent

GUID:4439a51b-8d24-4924-b8e2-f77e7f8f5bec

Co

Collision Many|Many

Collision Many|Many

用于Collision Many|Many相关操作,属于相交分类。原始说明:Test for many|many collision between objects
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:1输出:2
输入端口
端口类型说明
CollidersCGeometryObjects for collision
输出端口
端口类型说明
CollisionCBooleanTrue if object at this index collides with any of the other objects
IndicesIIntegerIndex of object in set which collided with the object at this index
底层信息

SurfaceComponents.AnalysisComponents.Component_CollisionManyToMany

GUID:2168853c-acd8-4a63-9c9b-ecde9e239eae

Co

Collision One|Many

Collision One|Many

用于Collision One|Many相关操作,属于相交分类。原始说明:Test for one|many collision between objects
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:2输出:2
输入端口
端口类型说明
ColliderCGeometryObject for collision
ObstaclesOGeometryObstacles for collision
输出端口
端口类型说明
CollisionCBooleanTrue if objects collides with any of the obstacles
IndexIIntegerIndex of first obstacle that collides with the object
底层信息

SurfaceComponents.AnalysisComponents.Component_CollisionOneToMany

GUID:bb6c6501-0500-4678-859b-b838348981d1

Me

Mesh | Curve

Mesh | 曲线

用于Mesh | 曲线相关操作,属于相交分类。原始说明:Mesh Curve intersection
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:2输出:2
输入端口
端口类型说明
MeshMMeshMesh to intersect
CurveCCurveCurve to intersect with
输出端口
端口类型说明
PointsXPointIntersection points
FacesFIntegerIntersection face index for each point
底层信息

SurfaceComponents.MeshComponents.Component_MeshCurveIntersect

GUID:19632848-4b95-4e5e-9e86-b79b47987a46

Me

Mesh | Mesh

Mesh | Mesh

用于Mesh | Mesh相关操作,属于相交分类。原始说明:Mesh Mesh intersection
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:2输出:1
输入端口
端口类型说明
Mesh AAMeshFirst mesh
Mesh BBMeshSecond mesh
输出端口
端口类型说明
IntersectionsXCurveIntersection polylines
底层信息

SurfaceComponents.MeshComponents.Component_MeshMeshIntersect

GUID:21b6a605-9568-4bf8-acc1-631565d609d7

Su

Surface Split

曲面 拆分

用于曲面 拆分相关操作,属于相交分类。原始说明:Split a surface with a bunch of curves.
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:2输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
CurvesCCurveSplitting curves
输出端口
端口类型说明
FragmentsFSurfaceSplitting fragments
底层信息

SurfaceComponents.SolidComponents.Component_SurfaceCurveSplit

GUID:7db14002-c09c-4d7b-9f80-e4e2b00dfa1d

Su

Surface | Curve

曲面 | 曲线

用于曲面 | 曲线相关操作,属于相交分类。原始说明:Solve intersection events for a surface and a curve.
插件:SurfaceComponents.gha分类:Intersect子分类:Physical输入:2输出:6
输入端口
端口类型说明
SurfaceSSurfaceBase surface
CurveCCurveIntersection curve
输出端口
端口类型说明
CurvesCCurveIntersection overlap curves
PointsPPointIntersection points
UV PointsuvPointSurface {uv} coordinates at intersection events
NormalsNVectorSurface normal vector at intersection events
ParameterstNumberCurve parameter at intersection events
TangentsTVectorCurve tangent vector at intersection events
底层信息

SurfaceComponents.SolidComponents.Component_SurfaceCurveIntersect

GUID:68546dd0-aa82-471c-87e9-81cb16ac50ed

Intersect / Region 2 个组件

Tr

Trim with Region

Trim with Region

用于Trim with Region相关操作,属于相交分类。原始说明:Trim a curve with a region.
插件:CurveComponents.gha分类:Intersect子分类:Region输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to trim
RegionRCurveRegion to trim against
PlanePPlaneOptional solution plane. If omitted the curve best-fit plane is used.
输出端口
端口类型说明
InsideCiCurveSplit curves inside the region
OutsideCoCurveSplit curves outside the region
底层信息

CurveComponents.Component_TrimCurveRegion

GUID:3092caf0-7cf9-4885-bcc0-e635d878832a

Tr

Trim with Regions

Trim with Regions

用于Trim with Regions相关操作,属于相交分类。原始说明:Trim a curve with multiple regions.
插件:CurveComponents.gha分类:Intersect子分类:Region输入:3输出:2
输入端口
端口类型说明
CurveCCurveCurve to trim
RegionsRCurveRegions to trim against
PlanePPlaneOptional solution plane. If omitted the curve best-fit plane is used.
输出端口
端口类型说明
InsideCiCurveSplit curves inside the regions
OutsideCoCurveSplit curves outside the regions
底层信息

CurveComponents.Component_TrimCurveMultipleRegions

GUID:26949c81-9b50-43b7-ac49-3203deb6eec7

Intersect / Shape 16 个组件

Bo

Boundary Volume

Boundary 体积

用于Boundary 体积相关操作,属于相交分类。原始说明:Create a closed polysurface from boundary surfaces
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:1输出:1
输入端口
端口类型说明
BoundariesBBrepBoundary surfaces
输出端口
端口类型说明
SolidSBrepSolid volume
底层信息

SurfaceComponents.SolidComponents.Component_CreateSolid

GUID:b57bf805-046a-4360-ad76-51aeddfe9720

Bo

Box Slits

盒体 Slits

用于盒体 Slits相关操作,属于相交分类。原始说明:Add slits to a collection of intersecting boxes
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:2
输入端口
端口类型说明
BoxesBBoxBoxes to intersect
GapGNumberAdditional gap width
输出端口
端口类型说明
BrepsBBrepBoxes with slits
TopologyTIntegerSlit topology
底层信息

SurfaceComponents.SolidComponents.Component_BoxSlits

GUID:2d3b6ef3-5c26-4e2f-bcb3-8ffb9fb0f7c3

Me

Mesh Difference

Mesh Difference

用于Mesh Difference相关操作,属于相交分类。原始说明:Perform a solid difference on two sets of meshes
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
Meshes AAMeshFirst mesh set
Meshes BBMeshSecond mesh set
输出端口
端口类型说明
ResultRMeshDifference result of A-B
底层信息

SurfaceComponents.MeshComponents.Component_MeshBooleanDifference

GUID:4f3147f4-9fcd-4a7e-be0e-b1841caa5f97

Me

Mesh Intersection

Mesh Intersection

用于Mesh Intersection相关操作,属于相交分类。原始说明:Perform a solid intersection on a set of meshes
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
Meshes AAMeshFirst mesh set
Meshes BBMeshSecond mesh set
输出端口
端口类型说明
ResultRMeshIntersection result of A&B
底层信息

SurfaceComponents.MeshComponents.Component_MeshBooleanIntersection

GUID:95aef4f6-66fc-477e-b8f8-32395a837831

Me

Mesh Split

Mesh 拆分

用于Mesh 拆分相关操作,属于相交分类。原始说明:Mesh Mesh split
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh to split
SplittersSMeshMeshes to split with
输出端口
端口类型说明
ResultRMeshResult of mesh split
底层信息

SurfaceComponents.MeshComponents.Component_MeshMeshSplit

GUID:afbf2fe0-4965-48d2-8470-9e991540093b

Me

Mesh Union

Mesh Union

用于Mesh Union相关操作,属于相交分类。原始说明:Perform a solid union on a set of meshes
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:1输出:1
输入端口
端口类型说明
MeshesMMeshMeshes to union
输出端口
端口类型说明
ResultRMeshMesh solid union result
底层信息

SurfaceComponents.MeshComponents.Component_MeshBooleanUnion

GUID:88060a82-0bf7-46bb-9af8-bdc860cf7e1d

Re

Region Difference

Region Difference

用于Region Difference相关操作,属于相交分类。原始说明:Difference between two sets of planar closed curves (regions)
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:3输出:1
输入端口
端口类型说明
Curves AACurveCurves to subtract from.
Curves BBCurveCurves to subtract.
PlanePPlaneOptional plane for boolean solution
输出端口
端口类型说明
ResultRCurveResult outlines of boolean difference (A - B)
底层信息

SurfaceComponents.SolidComponents.Component_CurveBooleanDifference

GUID:f72c480b-7ee6-42ef-9821-c371e9203b44

Re

Region Intersection

Region Intersection

用于Region Intersection相关操作,属于相交分类。原始说明:Intersection between two sets of planar closed curves (regions)
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:3输出:1
输入端口
端口类型说明
Curves AACurveFirst set of regions.
Curves BBCurveSecond set of regions.
PlanePPlaneOptional plane for boolean solution
输出端口
端口类型说明
ResultRCurveResult outlines of boolean intersection (A and B)
底层信息

SurfaceComponents.SolidComponents.Component_CurveBooleanIntersection

GUID:477c2e7b-c5e5-421e-b8b2-ba60cdf5398b

Re

Region Slits

Region Slits

用于Region Slits相关操作,属于相交分类。原始说明:Add slits to a collection of intersecting planar regions
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:3输出:2
输入端口
端口类型说明
RegionsRCurvePlanar regions to intersect
WidthWNumberWidth of slits
GapGNumberAdditional gap size at slit meeting points
输出端口
端口类型说明
RegionsRSurfaceRegions with slits
TopologyTIntegerSlit topology
底层信息

SurfaceComponents.SolidComponents.Component_RegionSlits

GUID:0feeeaca-8f1f-4d7c-a24a-8e7dd68604a2

Re

Region Union

Region Union

用于Region Union相关操作,属于相交分类。原始说明:Union of a set of planar closed curves (regions)
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
CurvesCCurveCurves for boolean union operation
PlanePPlaneOptional plane for boolean solution
输出端口
端口类型说明
ResultRCurveResult outlines of boolean union
底层信息

SurfaceComponents.SolidComponents.Component_CurveBooleanUnion

GUID:1222394f-0d33-4f31-9101-7281bde89fe5

So

Solid Difference

Solid Difference

用于Solid Difference相关操作,属于相交分类。原始说明:Perform a solid difference on two Brep sets.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
Breps AABrepFirst Brep set
Breps BBBrepSecond Brep set
输出端口
端口类型说明
ResultRBrepDifference result
底层信息

SurfaceComponents.SolidComponents.Component_BooleanDifference

GUID:fab11c30-2d9c-4d15-ab3c-2289f1ae5c21

So

Solid Intersection

Solid Intersection

用于Solid Intersection相关操作,属于相交分类。原始说明:Perform a solid intersection on two Brep sets.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
Breps AABrepFirst Brep set
Breps BBBrepSecond Brep set
输出端口
端口类型说明
ResultRBrepIntersection result
底层信息

SurfaceComponents.SolidComponents.Component_BooleanIntersection

GUID:5723c845-cafc-442d-a667-8c76532845e6

So

Solid Union

Solid Union

用于Solid Union相关操作,属于相交分类。原始说明:Perform a solid union on a set of Breps.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:1输出:1
输入端口
端口类型说明
BrepsBBrepBreps to union
输出端口
端口类型说明
ResultRBrepUnion result
底层信息

SurfaceComponents.SolidComponents.Component_BooleanUnion

GUID:10434a15-da85-4281-bb64-a2b3a995b9c6

Sp

Split Brep

拆分 Brep

用于拆分 Brep相关操作,属于相交分类。原始说明:Split one brep with another.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
BrepBBrepBrep to split
CutterCBrepCutting shape
输出端口
端口类型说明
ResultRBrepBrep fragments
底层信息

SurfaceComponents.SolidComponents.Component_SplitBrep

GUID:ef6b26f4-f820-48d6-b0c5-85898ef8888b

Sp

Split Brep Multiple

拆分 Brep Multiple

用于拆分 Brep Multiple相关操作,属于相交分类。原始说明:Split one brep with a bunch of others.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
BrepBBrepBrep to split
CuttersCBrepCutting shapes
输出端口
端口类型说明
ResultRBrepBrep fragments
底层信息

SurfaceComponents.SolidComponents.Component_SplitBrepMultiple

GUID:03f22640-ff80-484e-bb53-a4025c5faa07

Tr

Trim Solid

Trim Solid

用于Trim Solid相关操作,属于相交分类。原始说明:Cut holes into a shape with a set of solid cutters.
插件:SurfaceComponents.gha分类:Intersect子分类:Shape输入:2输出:1
输入端口
端口类型说明
ShapeSBrepShape to trim
CuttersTBrepTrimming shapes
输出端口
端口类型说明
ResultRBrepShape with holes
底层信息

SurfaceComponents.SolidComponents.Component_BooleanTrim

GUID:f0b70e8e-7337-4ce4-a7bb-317fc971f918

Kangaroo2 / Goals 2 个组件

Le

Length(Pts)

长度(Pts)

用于长度(Pts)相关操作,属于物理模拟分类。原始说明:Length(Pts)
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals输入:4输出:0
输入端口
端口类型说明
StartStartGenericStart
EndEndGenericEnd
LengthLengthNumberLength
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SpringComponent

GUID:c681ef8e-fbf7-4277-a6a8-8a00d94cc953

Ri

RigidBody

RigidBody

用于RigidBody相关操作,属于物理模拟分类。原始说明:RigidBody
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals输入:3输出:0
输入端口
端口类型说明
PartPartMeshPart
PointsPointsPointPoints to attach to the rigid body
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.RigidBodyComponent

GUID:559ec10e-2671-4bba-b5a7-11816e8fb17b

Kangaroo2 / Goals-6dof 10 个组件

Al

AlignFaces

AlignFaces

用于AlignFaces相关操作,属于物理模拟分类。原始说明:Align faces of a pair of rigid bodies
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:6输出:0
输入端口
端口类型说明
PlaneAPlaneAPlaneThe frame of one rigid body
PlaneBPlaneBPlaneThe frame of the other rigid body
FaceAFaceAPlaneThe plane on body A to align
FaceBFaceBPlaneThe plane on body B to align
FlipFlipBooleanReverse the relative direction of the planes
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.AlignFacesComponent

GUID:eda40a97-17ec-4a46-99bc-21d952b80ece

Be

Beam

Beam

用于Beam相关操作,属于物理模拟分类。原始说明:Beam resisting bending and torsion
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:9输出:0
输入端口
端口类型说明
StartFrameStartFramePlaneThe plane at one end of the beam, its Z axis aligned with the beam direction
EndFrameEndFramePlaneShould be parallel to StartFrame
StartNodeStartNodePlaneThe plane defining the node the start of the beam attaches to. If none supplied this defaults to XY aligned
EndNodeEndNodePlaneThe plane defining the node the end of the beam attaches to. If none supplied this defaults to XY aligned
EENumberYoung's Modulus
AANumberCross-section area
IxIxNumber2nd moment of area about X
IyIyNumber2nd moment of area about Y
GJGJNumberShear modulus * torsional constant
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.BeamComponent

GUID:3f8b0f83-6e8e-4a9d-b0ff-9474cc9eb89b

Co

Concentric

Concentric

用于Concentric相关操作,属于物理模拟分类。原始说明:Align axes of a pair of rigid bodies
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:6输出:0
输入端口
端口类型说明
PlaneAPlaneAPlaneThe frame of one rigid body
PlaneBPlaneBPlaneThe frame of the other rigid body
AxisAAxisALineThe axis of the first body
AxisBAxisBLineThe axis of the other body
FlipFlipBooleanReverse the relative direction of the axes
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ConcentricComponent

GUID:ec32b3f0-38ac-4c29-9af8-1043d66ff3c5

Ri

RigidBody

RigidBody

用于RigidBody相关操作,属于物理模拟分类。原始说明:RigidBody
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:4输出:0
输入端口
端口类型说明
PartPartBrepPart
PlanePlanePlaneThe initial frame of the body. If none supplied, an XY aligned plane at the centroid will be used
PointsPointsPointOptional points to attach to the rigid body
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.RigidBody2Component

GUID:76b38cca-507d-409e-a773-044b2577d0b4

Ri

RigidBody

RigidBody

用于RigidBody相关操作,属于物理模拟分类。原始说明:RigidBody
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:4输出:0
输入端口
端口类型说明
PartPartGenericPart as a Mesh or Brep
PlanePlanePlaneThe initial frame of the body. If none supplied, an XY aligned plane at the centroid will be used
PointsPointsPointOptional points to attach to the rigid body
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.RigidBody3Component

GUID:e245de5b-6d3b-48d3-8092-3bf0202ebf8f

Ri

RigidBodyCollide

RigidBodyCollide

用于RigidBodyCollide相关操作,属于物理模拟分类。原始说明:Collision between a pair of rigid bodies
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:5输出:0
输入端口
端口类型说明
MeshAMeshAMeshMeshA
MeshBMeshBMeshMeshB
PlaneAPlaneAPlaneThe initial frame of meshA
PlaneBPlaneBPlaneThe initial frame of meshB
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SolidCollideComponent

GUID:b01ceba0-0bff-4901-af2a-daca22f8fc07

Ri

RigidPointSet

RigidPointSet

用于RigidPointSet相关操作,属于物理模拟分类。原始说明:A set of points which maintain their relative positions
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:3输出:0
输入端口
端口类型说明
PointsPointsPointRigid point set
PlanePlanePlaneThe initial frame of the body. If none supplied, an XY aligned plane at the centroid will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.RigidPointSetComponent

GUID:8aa5774d-422a-433b-9a3f-667946bde157

So

SolidPlaneCollide

SolidPlaneCollide

用于SolidPlaneCollide相关操作,属于物理模拟分类。原始说明:Collision between a plane and a solid
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:4输出:0
输入端口
端口类型说明
SolidSolidMeshSolid
SolidPlaneSolidPlanePlaneThe initial frame of the solid
CollisionPlaneCollisionPlanePlaneThe plane to collide with
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SolidPlaneCollideComponent

GUID:81cc6201-6cda-4954-8503-66be5363aac8

Su

Support

Support

用于Support相关操作,属于物理模拟分类。原始说明:Set support conditions for a beam end or rigid body
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:9输出:0
输入端口
端口类型说明
FrameFramePlaneThe plane to restrain
TargetTargetPlaneTarget plane. If none supplied, the initial Frame will be used
XXBooleanTranslation in X
YYBooleanTranslation in Y
ZZBooleanTranslation in Z
XXXXBooleanRotation about X
YYYYBooleanRotation about Y
ZZZZBooleanRotation about Z
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.Support2Component

GUID:0b3b7956-f88b-4ca3-99f6-b6508a8dac3f

Su

Support

Support

用于Support相关操作,属于物理模拟分类。原始说明:Set support conditions for a beam end or rigid body
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-6dof输入:8输出:0
输入端口
端口类型说明
FrameFramePlaneThe plane to restrain
XXBooleanTranslation in X
YYBooleanTranslation in Y
ZZBooleanTranslation in Z
XXXXBooleanRotation about X
YYYYBooleanRotation about Y
ZZZZBooleanRotation about Z
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SupportComponent

GUID:c41696fc-e8e8-42c9-89b2-a5a6aac030b0

Kangaroo2 / Goals-Angle 6 个组件

An

Angle

Angle

用于Angle相关操作,属于物理模拟分类。原始说明:Angle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:4输出:0
输入端口
端口类型说明
LineALineALineFirst line segment
LineBLineBLineSecond line segment
RestAngleRestAngleNumberRestAngle in radians - if none provided current angle will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.AngleComponent

GUID:f5f95b51-7431-4e80-a32f-d33e5dee53a5

An

AngleSnap

AngleSnap

用于AngleSnap相关操作,属于物理模拟分类。原始说明:Snap the angle between 2 lines to the closest whole number multiple of a given value
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:4输出:0
输入端口
端口类型说明
LineALineALineFirst line segment
LineBLineBLineSecond line segment
FactorFactorNumberAngle will become an integer multiple of this value (in radians)
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.AngleSnapComponent

GUID:c5ca5c17-3d7c-4848-b994-a7406dc519ed

Cl

ClampAngle

ClampAngle

用于ClampAngle相关操作,属于物理模拟分类。原始说明:Keep an angle between 2 lines within a given range
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:5输出:0
输入端口
端口类型说明
LineALineALineFirst line segment
LineBLineBLineSecond line segment
UpperLimitUpperNumberMaximum allowed angle in radians
LowerLimitLowerNumberMinimum allowed angle in radians
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ClampAngleComponent

GUID:d228945d-3133-412f-9283-d2ac418e82a2

Eq

EqualAngle

EqualAngle

用于EqualAngle相关操作,属于物理模拟分类。原始说明:Equalize angles between multiple pairs of lines
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:3输出:0
输入端口
端口类型说明
LineALineALineFirst line segment of each pair
LineBLineBLineSecond line segment of each pair
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.EqualAngleComponent

GUID:f8e123b6-517c-409a-9a2f-c3acf58617cd

G2

G2

G2

用于G2相关操作,属于物理模拟分类。原始说明:Maintain curvature continuity between 2 nurbs curves
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:2输出:0
输入端口
端口类型说明
PointsPointsPoint5 points - the three control points at the end of the 1st curve, and the 3 at the start of the 2nd curve, with the middle one shared by both
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.G2CurvesComponent

GUID:8abedb3c-ff82-46ea-8f77-fcb236b55d89

Ro

Rod

Rod

用于Rod相关操作,属于物理模拟分类。原始说明:Bending and stretching resistant rod
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Angle输入:5输出:0
输入端口
端口类型说明
PolylinePolylineCurvePolyline to turn into rod
LengthFactorLengthFactorNumberTarget edge length as a multiple of current length
AngleFactorAngleFactorNumberTarget angle as a multiple of current angle
AxialStrengthAxialStrengthNumberAxial Strength
BendStrengthBendStrengthNumberBending Strength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.RodBendComponent

GUID:51cbcf97-8cf9-4f52-9941-a9b484593db2

Kangaroo2 / Goals-Co 4 个组件

Co

CoCircular

CoCircular

用于CoCircular相关操作,属于物理模拟分类。原始说明:CoCircular
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Co输入:2输出:0
输入端口
端口类型说明
PointsPointsPointPoints to make coplanar
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CoCircularComponent

GUID:6e9f7437-714b-4140-99e8-0842de58f59c

Co

CoLinear

CoLinear

用于CoLinear相关操作,属于物理模拟分类。原始说明:CoLinear
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Co输入:2输出:0
输入端口
端口类型说明
PointsPointsPointPoints to make coLinear
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CoLinearComponent

GUID:236d3928-a06f-4c60-bd2d-787691421391

Co

CoPlanar

CoPlanar

用于CoPlanar相关操作,属于物理模拟分类。原始说明:CoPlanar
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Co输入:2输出:0
输入端口
端口类型说明
PointsPointsPointPoints to make coplanar
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CoPlanarComponent

GUID:8f78572b-7fd0-4795-b444-3de3ca5933ae

Co

CoSpherical

CoSpherical

用于CoSpherical相关操作,属于物理模拟分类。原始说明:CoSpherical
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Co输入:2输出:0
输入端口
端口类型说明
PointsPointsPointPoints to make coSpherical
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CoSphericalComponent

GUID:dd500398-727a-466f-9b51-83634266a83a

Kangaroo2 / Goals-Col 8 个组件

Co

Collide2d

Collide2d

用于Collide2d相关操作,属于物理模拟分类。原始说明:Collisions between closed polygons in a given plane
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:3输出:0
输入端口
端口类型说明
PolylinesPolylinesCurveClosed Polylines to collide
PlanePlanePlanePlane in which to check for collisions
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.Collide2dComponent

GUID:4dd9ea95-2ec8-44e3-a772-0e5889d95344

Co

Collider

Collider

用于Collider相关操作,属于物理模拟分类。原始说明:Collisions between thickened line segments and spheres
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:5输出:0
输入端口
端口类型说明
ObjectsObjectsGenericLines or points
RadiiRadiiNumberA radius for each item in Objects. Alternatively, a single value to use for all
IgnoreAIgnoreAIntegerFirst index of a pair to exclude from collisions
IgnoreBIgnoreBIntegerSecond index of a pair to exclude from collisions
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ColliderComponent

GUID:94bf912d-4d0c-4764-a100-5813a98a8b73

Cu

CurveCollide

CurveCollide

用于CurveCollide相关操作,属于物理模拟分类。原始说明:Collisions between closed curves in a given plane
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:5输出:0
输入端口
端口类型说明
CurvesCCurveClosed Curves to collide
FramesFPlaneThe frame of each curve (if none provided, a WorldXY aligned plane at the curve centroid will be used)
PassiveCurvesPCurvePassive curves (they take part in collisions but are not themselves moved)
BasePlaneBPlanePlane in which to check for collisions
StrengthSNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CurveCollideComponent

GUID:da30b731-7ec7-4cd5-88e6-a6009a681a13

Cu

CurvePointCollide

CurvePointCollide

用于CurvePointCollide相关操作,属于物理模拟分类。原始说明:Keep a set of points outside or inside a given 2d curve
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:5输出:0
输入端口
端口类型说明
PointsPointsPointPoints to affect
CurveCurveCurveA closed 2d curve
PlanePlPlanePlane in which to consider collisions
InteriorInBooleanIf false, points will be kept outside the curve. If true they will be kept inside
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.Curve2dPointComponent

GUID:02b1c69b-b3f7-4528-988e-449a59963e5e

Im

ImageCircles

ImageCircles

用于ImageCircles相关操作,属于物理模拟分类。原始说明:Circle packing with sizes from image colours
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:6输出:0
输入端口
端口类型说明
PointsPtsPointInitial circle centre locations
MeshMMeshColoured mesh - darker areas will get smaller circles
MinMinNumberSmallest circle radius
MaxMaxNumberLargest circle radius
CurvesCrvsCurveOptional collision curves
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ImageCirclesComponent

GUID:cb643f13-4969-4688-928f-5dd1dcbc8517

So

SoftBodyCollide

SoftBodyCollide

用于SoftBodyCollide相关操作,属于物理模拟分类。原始说明:Collisions between a collection of deformable meshes
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:2输出:0
输入端口
端口类型说明
MeshesMeshesMeshMeshes to collide with each other
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SoftBodyCollideComponent

GUID:86cee9bc-ba05-49ff-ad55-895ae66cc978

So

SolidPointCollide

SolidPointCollide

用于SolidPointCollide相关操作,属于物理模拟分类。原始说明:Keep a set of points outside or inside a given Mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:5输出:0
输入端口
端口类型说明
PointsPointsPointPoints to affect
SolidSolidMeshA closed solid (Brep or mesh)
InteriorInBooleanIf false, points will be kept outside the solid. If true they will be kept inside
UnidirectionalUniBooleanIf true the mesh is used only as input, and is not itself affected by the collisions
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SolidPointComponent

GUID:763c5b56-3dc6-4fe0-be7b-6b60cd27f744

Sp

SphereCollide

SphereCollide

用于SphereCollide相关操作,属于物理模拟分类。原始说明:Collisions between large numbers of equal sized spheres
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Col输入:3输出:0
输入端口
端口类型说明
PointsPointsPointList of points at the centres of the spheres to collide
RadiusRNumberThe radius of the spheres
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SphereCollideComponent

GUID:4b106d6a-0e09-4edc-941c-27d734ac4d59

Kangaroo2 / Goals-Lin 9 个组件

Cl

ClampLength

ClampLength

用于ClampLength相关操作,属于物理模拟分类。原始说明:Keep length within given bounds
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:4输出:0
输入端口
端口类型说明
LineLineCurveLine
LowerLimitLowerLimitNumberLength will be kept above this length
UpperLimitUpperLimitNumberLength will be kept below this length
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ClampLengthComponent

GUID:0822cf4a-be2e-4352-aed2-dad197f0611e

Co

ConstantTension

ConstantTension

用于ConstantTension相关操作,属于物理模拟分类。原始说明:An element which adapts its stiffness to maintain a constant force
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:2输出:0
输入端口
端口类型说明
LineLineCurveLine
StrengthStrengthNumberStrength - positive for tension, negative for compression
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ConstantTensionComponent

GUID:c9cf79b9-eced-4591-8f8e-641739df0211

Di

Direction

Direction

用于Direction相关操作,属于物理模拟分类。原始说明:Align a line segment with a given vector, or if none supplied, the closest of the World XYZ vectors
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:3输出:0
输入端口
端口类型说明
LineLineLineLine
DirectionDirectionVectorDirection - if none supplied, closest ortho axis will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.DirectionComponent

GUID:6d36a97d-811f-423a-a4a1-35a7a7637697

Dy

DynamicWeight1d

DynamicWeight1d

用于DynamicWeight1d相关操作,属于物理模拟分类。原始说明:A load in the negative Z direction, which updates its magnitude according to the length of the line
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:2输出:0
输入端口
端口类型说明
LineLineCurveLine
WeightWNumberWeight per unit length
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.DynamicWeight1dComponent

GUID:7db2c4c9-15b5-4378-8495-a8f9a8db5723

Eq

EqualLength

EqualLength

用于EqualLength相关操作,属于物理模拟分类。原始说明:EqualLength
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:2输出:0
输入端口
端口类型说明
LineLineCurveList of lines to make equal length
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.EqualLengthComponent

GUID:537e7b52-4f3e-4bb6-b5f5-98233a66b79d

Le

Length(Line)

长度(直线)

用于长度(直线)相关操作,属于物理模拟分类。原始说明:Length(Line)
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:3输出:0
输入端口
端口类型说明
LineLineCurveLine
LengthLengthNumberLength - If none provided, starting length will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SpringByLineComponent

GUID:091bae84-8fa9-4b35-8aad-b25b859055f6

Le

LengthRatio

LengthRatio

用于LengthRatio相关操作,属于物理模拟分类。原始说明:Maintain a fixed ratio between the lengths of a pair of lines
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:4输出:0
输入端口
端口类型说明
LineALineALineFirst line segment
LineBLineBLineSecond line segment
RatioRatioNumberLength B divided by Length A
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.LengthRatioComponent

GUID:09fef083-0d7b-4e3d-a24c-928a19a71aed

Le

LengthSnap

LengthSnap

用于LengthSnap相关操作,属于物理模拟分类。原始说明:Snap length to whole number multiples of a given number
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:3输出:0
输入端口
端口类型说明
LineLineCurveLine
FactorFactorNumberLength will become an integer multiple of this
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.LengthSnapComponent

GUID:5fa0d301-9b28-47ce-a281-5292c1b1364b

Pl

PlasticLength

PlasticLength

用于PlasticLength相关操作,属于物理模拟分类。原始说明:This tries to preserve the length of the line elastically, until it is deformed beyond the limit, then its rest length gets changed
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Lin输入:3输出:0
输入端口
端口类型说明
LineLineCurveLine
LimitLNumberMaximum elastic deformation distance
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PlasticLengthComponent

GUID:030749a0-2773-45d3-9647-d37662d2ad4c

Kangaroo2 / Goals-Mesh 22 个组件

Co

Conicalize

Conicalize

用于Conicalize相关操作,属于物理模拟分类。原始说明:Adjust a quad mesh to make vertices conical - so the mesh has a face-face offset (See the paper 'The focal geometry of circular and conical meshes' for details). Use together with Planarize
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.ConicalizeComponent

GUID:54443347-13e2-4ad6-b68f-53c878d32c84

Cy

CyclicQuad

CyclicQuad

用于CyclicQuad相关操作,属于物理模拟分类。原始说明:Make a quadrilateral have a circumscribed circle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:5输出:0
输入端口
端口类型说明
P0P0PointP0
P1P1PointP1
P2P2PointP2
P3P3PointP3
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CyclicQuadComponent

GUID:15ab0db0-5093-4a37-854a-cee70457a847

Cy

CyclicQuad

CyclicQuad

用于CyclicQuad相关操作,属于物理模拟分类。原始说明:Make a quadrilateral have a circumscribed circle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CyclicQuadComponent2

GUID:5d81faae-befc-4c12-b558-beaf2ebee8f1

De

Developablize

Developablize

用于Developablize相关操作,属于物理模拟分类。原始说明:Turn a triangular mesh into developable patches with creases. Based on the paper 'Developability of Triangle Meshes' by Stein, Grinspun & Crane
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.DevelopablizeComponent

GUID:856bd786-9f29-4052-b721-0d64b7b3f3ea

Ed

EdgeLengths

EdgeLengths

用于EdgeLengths相关操作,属于物理模拟分类。原始说明:Set the edge lengths of a mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:3输出:0
输入端口
端口类型说明
MeshMeshMeshMesh to set edge lengths for
LengthFactorLengthFactorNumberTarget edge length as a multiple of current length
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.EdgeLengthsComponent

GUID:24e2b0d2-d7b8-4478-8a83-1f04cba701a1

Hi

Hinge

Hinge

用于Hinge相关操作,属于物理模拟分类。原始说明:Hinge
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:6输出:0
输入端口
端口类型说明
FoldStartFoldStartPointFoldStart
FoldEndFoldEndPointFoldEnd
Tip1Tip1PointTip1
Tip2Tip2PointTip2
RestAngleRestAngleNumberRest angle - if none supplied, current angle will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.HingeComponent

GUID:b6b6632e-a164-491a-8874-9a214dcc79bc

Is

Isothermic

Isothermic

用于Isothermic相关操作,属于物理模拟分类。原始说明:Make a quad mesh S-Isothermic, as described in the paper 'Quasiisothermic Mesh Layout' by Sechelmann, Rörig & Bobenko
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshA quad mesh to make isothermic
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.IsothermicComponent

GUID:9103348d-9ec2-4937-a04f-79c509f8093c

Li

LiveSoap

LiveSoap

用于LiveSoap相关操作,属于物理模拟分类。原始说明:For generating minimal and CMC (zero and constant mean curvature respectively) meshes which adapt their connectivity during relaxation to maintain triangle quality
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:5输出:0
输入端口
端口类型说明
MeshMMeshThe mesh to minimize
UseVolumeUBooleanIf true this will find a CMC mesh with a given volume. If false it finds a minimal surface
VolumeChangeVNumberVolume difference relative to starting mesh. Ignored if UseVolume is false
StrengthSNumberStrength
ResetRBooleanReset the meshing
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.LiveSoapComponent

GUID:b2389d9a-c991-4175-a35f-0d23443a15d2

No

NoFoldThrough

NoFoldThrough

用于NoFoldThrough相关操作,属于物理模拟分类。原始说明:To stop the sides of a hinge passing through each other
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:5输出:0
输入端口
端口类型说明
FoldStartFoldStartPointFoldStart
FoldEndFoldEndPointFoldEnd
Tip1Tip1PointTip1
Tip2Tip2PointTip2
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.NoFoldThroughComponent

GUID:8f083dbb-357b-4172-80d0-b584b21b6d75

Pl

Planarize

Planarize

用于Planarize相关操作,属于物理模拟分类。原始说明:Planarize
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PlanarizeComponent

GUID:e29cdc8a-b58e-4854-aa1d-f09b43a9b6a3

Pl

PlasticHinge

PlasticHinge

用于PlasticHinge相关操作,属于物理模拟分类。原始说明:Like Hinge, except folding beyond the plastic/elastic threshold will alter the rest angle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:7输出:0
输入端口
端口类型说明
FoldStartFoldStartPointFoldStart
FoldEndFoldEndPointFoldEnd
Tip1Tip1PointTip1
Tip2Tip2PointTip2
RestAngleRestAngleNumberRest angle(in radians) - if none supplied, current angle will be used
LimitLimitNumberMaximum elastic deformation angle in radians
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PlasticHingeComponent

GUID:69a52798-b567-4a36-b5b4-7614bea071bc

Po

PolygonArea

PolygonArea

用于PolygonArea相关操作,属于物理模拟分类。原始说明:PolygonArea
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:3输出:0
输入端口
端口类型说明
PolylinePolylineCurvePolyline
AreaAreaNumberArea
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PolygonAreaComponent

GUID:f4b4e68f-150f-4c3f-bc52-cf5ec4047f79

Pr

Pressure

Pressure

用于Pressure相关操作,属于物理模拟分类。原始说明:A force normal to each triangle, and proportional to its area
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PressureComponent

GUID:2e1fb4fb-22a8-4853-a9f5-ab65602aad77

Sm

Smooth

Smooth

用于Smooth相关操作,属于物理模拟分类。原始说明:Smooth
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SmoothComponent

GUID:0b7b2ba2-7ecd-4f33-b138-883f6e96d08c

So

SoapFilm

SoapFilm

用于SoapFilm相关操作,属于物理模拟分类。原始说明:Area minimizing triangle, for generating zero mean curvature meshes
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
PtsPtsPointPts
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SoapFilmComponent

GUID:0c68b153-3c88-4e62-9827-f3793c013f88

So

SoapFilm

SoapFilm

用于SoapFilm相关操作,属于物理模拟分类。原始说明:For generating zero mean curvature meshes
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshThe mesh to minimize
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.SoapFilmMeshComponent

GUID:76ab889c-8593-4892-861d-a80b5311a981

Ta

TangentIncircles

TangentIncircles

用于TangentIncircles相关操作,属于物理模拟分类。原始说明:TangentIncircles
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:5输出:0
输入端口
端口类型说明
EdgeStartEdgeStartPointEdgeStart
EdgeEndEdgeEndPointEdgeEnd
Tip1Tip1PointTip1
Tip2Tip2PointTip2
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.TangentIncirclesComponent

GUID:56e9e40d-6d2f-4daf-9316-034f30cf24a0

Ta

TangentIncircles

TangentIncircles

用于TangentIncircles相关操作,属于物理模拟分类。原始说明:TangentIncircles
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:3输出:0
输入端口
端口类型说明
MeshMMeshTriangular mesh
BoundaryBCurveOptional boundary curve
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.TangentIncircles2Component

GUID:3962cf86-9b9e-41d7-94f9-42bd0326291d

Ta

TangentialSmooth

TangentialSmooth

用于TangentialSmooth相关操作,属于物理模拟分类。原始说明:Smooth a mesh only in the local tangent planes. Used in conjunction with SoapFilm
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MMMeshM
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.TangentialSmoothComponent

GUID:72dadfdd-3be9-44e3-a352-9343f3d5d3b1

Ve

VertexLoads

VertexLoads

用于VertexLoads相关操作,属于物理模拟分类。原始说明:Apply equal vertical loads to all vertices of a mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MeshMeshMeshMesh to apply loads to
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.VertexLoadsComponent

GUID:2b3f5029-cfec-4f95-96d1-757bd9c51da1

Vo

Volume

体积

用于体积相关操作,属于物理模拟分类。原始说明:Set the total volume of a mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:3输出:0
输入端口
端口类型说明
MeshMMeshM
VolumeVNumberTarget Volume - if none supplied, starting volume will be used
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.VolumeComponent

GUID:26efde70-0c5c-4181-af3e-1a767d64b449

Wi

Wind

Wind

用于Wind相关操作,属于物理模拟分类。原始说明:Wind
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh to apply wind to
WindVectorWVectorDirection and strength of wind
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.WindComponent

GUID:928b2951-2a01-4b6b-8ccb-6fbeb3e490ad

Kangaroo2 / Goals-On 3 个组件

On

OnCurve

OnCurve

用于OnCurve相关操作,属于物理模拟分类。原始说明:Keep a point on a given Curve
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-On输入:3输出:0
输入端口
端口类型说明
PointsPointsPointPoints to keep on a Curve
CurveCurveCurveCurve
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.OnCurveComponent

GUID:8b4dbe32-0c6c-4304-972e-3f60ed613114

On

OnMesh

OnMesh

用于OnMesh相关操作,属于物理模拟分类。原始说明:Keep a point on a given Mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-On输入:3输出:0
输入端口
端口类型说明
PointsPointsPointPoints to keep on a Mesh
MeshMeshMeshMesh
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.OnMeshComponent

GUID:6c1c3018-487b-4573-afc5-3af263ae5808

On

OnPlane

OnPlane

用于OnPlane相关操作,属于物理模拟分类。原始说明:Keep a point on a given plane
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-On输入:3输出:0
输入端口
端口类型说明
PointsPointsPointPoints to keep on a plane
PlanePlanePlanePlane (default is WorldXY)
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.OnPlaneComponent

GUID:d4d13384-1914-42ed-b1f2-687c1959bd14

Kangaroo2 / Goals-Pt 13 个组件

An

Anchor

Anchor

用于Anchor相关操作,属于物理模拟分类。原始说明:Anchor
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointPPointPoint to anchor
TargetTPointLocation to pull the anchor to. If left empty, the initial location will be used.
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.Anchor2Component

GUID:3c30b1a1-4473-4ad4-a700-ea9770726c03

An

Anchor

Anchor

用于Anchor相关操作,属于物理模拟分类。原始说明:Anchor
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointPPointPoint to anchor
IndexIIntegerOptional explicit index
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.AnchorComponent

GUID:b476d3d0-4daf-489c-b91a-49f5dd72a256

An

AnchorXYZ

AnchorXYZ

用于AnchorXYZ相关操作,属于物理模拟分类。原始说明:Fix a point only along chosen world axes. If you need to reset the initial position, disconnect then reconnect the Point input.
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:5输出:0
输入端口
端口类型说明
PointPPointPoint to anchor
XXBooleanTrue to prevent movement in the X direction
YYBooleanTrue to prevent movement in the Y direction
ZZBooleanTrue to prevent movement in the Z direction
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.AnchorXYZComponent

GUID:2128cde3-9694-40b0-874c-670c89341acd

Bo

Bomb

Bomb

用于Bomb相关操作,属于物理模拟分类。原始说明:Causes an explosion after a given number of iterations
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:5输出:0
输入端口
端口类型说明
LocationLocationPointThe point which will be the center of the explosion
PointsPointsPointThe points which will be affected by the explosion
DetonationTimeDetonationIntegerThe solver iteration at which the explosion will occur
StrengthStrengthNumberStrength
ResetResetBooleanConnect this to the same button you have connected to the Solver component reset input
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.BombComponent

GUID:2f3fd2e9-2cc4-47be-af5a-2f3916f76a92

Co

Coincident

Coincident

用于Coincident相关操作,属于物理模拟分类。原始说明:Equivalent to a zero length constraint between a pair of points
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
Point0P0PointPoint 0
Point1P1PointPoint 1
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.CoincidentComponent

GUID:c955cf0a-2294-423d-bf1a-fc5cba5d2103

Fl

Floor

Floor

用于Floor相关操作,属于物理模拟分类。原始说明:Floor
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:1输出:0
输入端口
端口类型说明
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.FloorComponent

GUID:14ac13f4-c22d-487c-be01-c6daf952f1be

Fl

FloorFriction

FloorFriction

用于FloorFriction相关操作,属于物理模拟分类。原始说明:Floor with static friction
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointsPPointPoints to act on
LimitLNumberLimit - set to 0 for no friction
StrengthSNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.FrictionFloorComponent

GUID:780a08f2-c42d-4b8e-b8c9-8b3e09c318d0

Lo

Load

Load

用于Load相关操作,属于物理模拟分类。原始说明:Load
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointPGenericPoint (as either index or Point)
Force vectorFVVectorFV
WeightingWNumberScalar weighting factor (for most purposes you can leave this as the default 1.0)
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.UnaryComponent2

GUID:2019c995-53af-4eb2-976d-95b1fdc823fa

Lo

Load

Load

用于Load相关操作,属于物理模拟分类。原始说明:Load
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:2输出:0
输入端口
端口类型说明
PointPGenericPoint (as either index or Point)
Force vectorFVVectorFV
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.UnaryComponent

GUID:580a1a0c-314d-4033-a54c-c129400b4b58

Ma

MagnetSnap

MagnetSnap

用于MagnetSnap相关操作,属于物理模拟分类。原始说明:Snap points together according to proximity
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointsPointsPointList of points to apply snap between
RangeRNumberThe distance at which the snap activates
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.MagnetSnapComponent

GUID:28bedc62-006a-4f19-b97d-e12b20aff875

Pl

PlasticAnchor

PlasticAnchor

用于PlasticAnchor相关操作,属于物理模拟分类。原始说明:PlasticAnchor
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:3输出:0
输入端口
端口类型说明
PointPPointPoint to anchor
LimitLNumberDistance at which target point starts to slide
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PlasticAnchorComponent

GUID:c2d6c6db-37d4-4c95-928f-7afc27842a1e

Pl

PlasticAnchor

PlasticAnchor

用于PlasticAnchor相关操作,属于物理模拟分类。原始说明:PlasticAnchor
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:4输出:0
输入端口
端口类型说明
PointPPointPoint to anchor
LimitLNumberDistance at which target point starts to slide
StrengthStrengthNumberStrength
ResetRBooleanReset plastic positions
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.PlasticAnchorComponent2

GUID:76469b0a-11f0-4b8e-ad65-31a555d4cddd

Tr

Transform

变换

用于变换相关操作,属于物理模拟分类。原始说明:Keep a given transformation between 2 points
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Goals-Pt输入:4输出:0
输入端口
端口类型说明
P0P0PointFirst Point
P1P1PointSecond Point
TTTransformTransformation from P0 to P1
StrengthStrengthNumberStrength
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.TransformerComponent

GUID:5002d2f7-7878-4965-98ab-2403503891ab

Kangaroo2 / Main 12 个组件

Bo

BouncySolver

BouncySolver

用于BouncySolver相关操作,属于物理模拟分类。原始说明:Solver with momentum
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:7输出:3
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
ResetResetBooleanHard Reset (completely rebuild the particle list and indexing)
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-15)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
DampingDampingNumberValue between 0 and 1, for how much velocity is preserved between iterations
IterationsIterationsIntegerThis many internal iterations will be performed for each results output
OnOnBooleanIf true, Kangaroo will continue to iterate until reaching the given threshold value
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Outputs
底层信息

Kangaroo2Component.KangarooBounce

GUID:0febdb68-70bd-4882-b5e4-f68d1cddc4ae

Gr

Grab

Grab

用于Grab相关操作,属于物理模拟分类。原始说明:This lets you drag particles in Rhino. Hold Alt key and drag with LMB, or toggle anchors with LMB+RMB
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:3输出:0
输入端口
端口类型说明
OnOnBooleanWhen on, hold the Alt key and drag vertices in the Rhino viewport with LMB
StrengthStrengthNumberStrength
RangeRangeNumberMaximum distance from which to grab points
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.Grab3Component

GUID:4c53ba00-f4bd-4ede-8d26-55106278268d

Gr

Grab

Grab

用于Grab相关操作,属于物理模拟分类。原始说明:This lets you drag particles in Rhino. Hold Left Ctrl and drag with LMB, or toggle anchors with LMB+RMB
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:3输出:0
输入端口
端口类型说明
OnOnBooleanWhen on, hold the Left Ctrl key and drag vertices in the Rhino viewport with LMB. Click RMB while holding LMB to toggle anchors
StrengthStrengthNumberStrength
RangeRangeNumberMaximum distance from which to grab points
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.GrabComponent

GUID:4c90aad1-0748-4800-99db-a27d690bb1e1

Gr

Grab

Grab

用于Grab相关操作,属于物理模拟分类。原始说明:This lets you drag Kangaroo particles in Rhino viewports
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:3输出:0
输入端口
端口类型说明
OnOnBooleanWhen on, drag vertices in the Rhino viewport with LMB
StrengthStrengthNumberStrength
RangeRangeNumberMaximum distance from which to grab points
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.GrabComponent_NoKey

GUID:3d13a415-6ac5-4b59-9677-3975e4696a85

Gr

Grab

Grab

用于Grab相关操作,属于物理模拟分类。原始说明:This lets you drag particles in Rhino. Hold Alt key and drag with LMB, or toggle anchors with LMB+RMB
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:3输出:0
输入端口
端口类型说明
OnOnBooleanWhen on, hold the Alt key and drag vertices in the Rhino viewport with LMB. Click RMB while holding LMB to toggle anchors
StrengthStrengthNumberStrength
RangeRangeNumberMaximum distance from which to grab points
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.GrabXComponent

GUID:ea145d1d-7727-4d52-8db6-c9b7100ab7f9

Sh

Show

Show

用于Show相关操作,属于物理模拟分类。原始说明:Show
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:1输出:0
输入端口
端口类型说明
GGGenericGeometry
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.GoalComponents.GeometryComponent

GUID:0ed5e67d-539d-480e-88cb-d81fa795d66c

So

Soft & Hard Solver

Soft & Hard Solver

用于Soft & Hard Solver相关操作,属于物理模拟分类。原始说明:Solver with separate inputs for soft goals, and hard constraint type goals
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:8输出:3
输入端口
端口类型说明
SoftGoalsSoftGoalsGenericThese goals will be met only if they do not conflict with the hard goals
HardGoalsHardGoalsGenericThese goals will override the soft goals
HardIterationsHardIterationsIntegerThe number of hard iterations performed after each soft step
SoftMultiplierSoftMultiplierNumberMultiplier for the soft movement. This can be decreased to zero at the end if you want maximum accuracy
ResetResetBooleanHard Reset (completely rebuild the particle list and indexing)
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-15)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
OnOnBooleanIf true, Kangaroo will continue to iterate until reaching the given threshold value
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Output tree
底层信息

Kangaroo2Component.KangarooSoftHard

GUID:35c49588-244d-43a4-81b2-fd3ef59c1b1d

So

Solver

Solver

用于Solver相关操作,属于物理模拟分类。原始说明:The main component where Goals are combined and applied
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:9输出:2
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
PointsPointsPointInitial particle positions (only needed when giving Goals by index)
ResetResetBooleanHard Reset (completely rebuild the particle list and indexing)
RestartRestartBooleanSoft Reset (move particles back to initial positions, but without changing topology)
ParallelParallelBooleanWhether to use multi-threading (This can speed calculation when you have very complex or numerous Goals, but may be slower for simple setups)
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-15)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
AddCurrentAddCurrentBooleanIf true, new GoalObjects given by position will combine vertices with current particle positions, and if false, based on initial positions
OnOnBooleanIf true, Kangaroo will continue to iterate until reaching the given threshold value
输出端口
端口类型说明
VVPointV
OOGenericGoalFunction Outputs
底层信息

Kangaroo2Component.KangarooGH

GUID:a54d250e-e285-4f38-9fb3-8dd9c886c659

So

Solver

Solver

用于Solver相关操作,属于物理模拟分类。原始说明:The main component where Goals are combined and applied
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:5输出:3
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
ResetResetBooleanHard Reset (completely rebuild the particle list and indexing)
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-15)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
OnOnBooleanIf true, Kangaroo will continue to iterate until reaching the given threshold value
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Outputs
底层信息

Kangaroo2Component.KangarooGH2

GUID:8f9f19c0-207a-419d-90f6-2fcadaa845f9

So

Solver

Solver

用于Solver相关操作,属于物理模拟分类。原始说明:The main component where Goals are combined and applied
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:5输出:3
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
ResetResetBooleanHard Reset (completely rebuild the particle list and indexing)
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-15)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
OnOnBooleanIf true, Kangaroo will continue to iterate until reaching the given threshold value
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Output tree
底层信息

Kangaroo2Component.KangarooGH3

GUID:313490f5-8e38-4dde-9e9a-05e4d739b35d

St

StepSolver

StepSolver

用于StepSolver相关操作,属于物理模拟分类。原始说明:Solver which advances only when input refreshed. Useful for making animations
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:6输出:3
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
MomentumMomentumBooleanIf false, the simulation tries to converge as quickly as possible. If true, the dynamics are more physically based
DampingDampingNumberValue between 0 and 1, for how much velocity is preserved between iterations. Only used if Momentum is on
SubIterationsSubIterationsIntegerNumber of iterations per frame
AnimateAnimateBooleanIf false, simulation resets. If true the solution will advance by one frame each time this input is received
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Outputs
底层信息

Kangaroo2Component.StepSolver

GUID:fa27771b-cf25-4a21-bf31-8bb20a7822b3

Zo

ZombieSolver

ZombieSolver

用于ZombieSolver相关操作,属于物理模拟分类。原始说明:A version of the solver component which keeps all iterations internal, and outputs the final result
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Main输入:4输出:3
输入端口
端口类型说明
GoalObjectsGoalObjectsGenericGoalObjects
ThresholdThresholdNumberStop when average movement is less than this (default is 1e-10)
ToleranceToleranceNumberPoints closer than this distance will be combined into a single particle
MaxIterationsMaxIterationsIntegerIf the energy threshold has not been reached, it will stop after this many iterations
输出端口
端口类型说明
IIIntegerIterations
VVPointV
OOGenericGoalFunction Outputs
底层信息

Kangaroo2Component.KangarooZombie

GUID:4408343b-577e-4fd8-96ff-df7549189186

Kangaroo2 / Mesh 25 个组件

Bi

Bipartite

Bipartite

用于Bipartite相关操作,属于物理模拟分类。原始说明:Attempt to assign a boolean to each vertex of a mesh such that no connected vertices share the same value
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.Bipartite

GUID:8cb1880b-464e-470e-87af-ea27ae95132d

By

ByParent

ByParent

用于ByParent相关操作,属于物理模拟分类。原始说明:Refine a Mesh, separating outputs by parent face
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh to refine
LevelLIntegerLevel of subdivision
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.ByParent

GUID:5a4ba654-7203-474d-83d6-7f1cdfc0a41f

Ch

Checkerboard

Checkerboard

用于Checkerboard相关操作,属于物理模拟分类。原始说明:Attempt to assign a boolean to each face of a mesh such that no adjacent faces share the same value
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh to checkerboard
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.Checkerboard

GUID:c0139ec9-4e5a-4978-ab5f-31f5deb9ba4e

Co

Combine&Clean

Combine&Clean

用于Combine&Clean相关操作,属于物理模拟分类。原始说明:Combine and Clean a list of meshes, removing unused and duplicate vertices
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshesMMeshMeshes to combine
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.MeshClean

GUID:2491e794-8360-4317-b0ad-4950f6e0906a

Di

Diagonalize

Diagonalize

用于Diagonalize相关操作,属于物理模拟分类。原始说明:Replace each edge with a new face
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh to diagonalize
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.Diagonalize

GUID:77e9376b-a397-4010-9b2c-dd0326107a91

Fa

FaceFaceOffset

FaceFaceOffset

用于FaceFaceOffset相关操作,属于物理模拟分类。原始说明:Offset a conical mesh so that corresponding faces are constant distance apart
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshInput Mesh
DistanceDNumberOffset distance
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.FaceFaceOffset

GUID:f3fcd287-f1f2-4b76-84ac-e7dd462979fa

Fo

FoldAngle

FoldAngle

用于FoldAngle相关操作,属于物理模拟分类。原始说明:Measure the current angle between two triangles about their common edge
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:4输出:0
输入端口
端口类型说明
P1P1PointStart of the common edge shared by both triangles
P2P2PointEnd of the common edge shared by both triangles
P3P3PointTip of first triangle
P4P4PointTip of second triangle
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.FoldAngle

GUID:b09481df-b73c-4889-b2d7-6ed306beddad

Hi

HingePoints

HingePoints

用于HingePoints相关操作,属于物理模拟分类。原始说明:Get the 4 points for each internal edge to use in a Hinge Force
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh to get points for
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.HingePoints

GUID:24f82a13-a700-45e0-9528-8646323d4af2

Me

MeshCorners

MeshCorners

用于MeshCorners相关操作,属于物理模拟分类。原始说明:Extract corners sharper than some angle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh
AngleANumberInterior angle below which a vertex is considered a corner
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.MeshCorners

GUID:c8b01cec-6dd9-460b-b43f-254314ffdc2e

Me

MeshDirection

MeshDirection

用于MeshDirection相关操作,属于物理模拟分类。原始说明:Sort the face directions of a mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh to sort
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.MeshDirections

GUID:9c2695de-127b-4b46-a17b-f3a676891c0d

Me

MeshMap

MeshMap

用于MeshMap相关操作,属于物理模拟分类。原始说明:Map points from one mesh to another
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:4输出:0
输入端口
端口类型说明
SourceMeshM1MeshMesh to map from
TargetMeshM2MeshMesh to map to
PointPPointPoint to map
DistanceDNumbermaximum search distance
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.MeshMap

GUID:ab723d11-5713-4df2-9d3c-b8bbb3bb5d61

Me

MeshTurn

MeshTurn

用于MeshTurn相关操作,属于物理模拟分类。原始说明:Rotate the vertex order of each face
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh to turn faces
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.MeshTurn

GUID:bf54f98d-2fc0-4cb8-91b9-29619a2c6005

Na

NakedVertices

NakedVertices

用于NakedVertices相关操作,属于物理模拟分类。原始说明:Sorts the vertices of a mesh into 2 lists according to whether or not they are surrounded by faces
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:2
输入端口
端口类型说明
MeshMMeshMesh
输出端口
端口类型说明
ClothedPtsClothedPtsPointPoint locations of vertices surrounded by faces
NakedPtsNakedPtsPointPoint locations of vertices not surrounded by faces
底层信息

Kangaroo2Component.UtilityComponents.NakedVertices

GUID:ddb24b31-1192-448f-ace3-b5b3d2399831

Pl

PlanarityAnalysis

PlanarityAnalysis

用于PlanarityAnalysis相关操作,属于物理模拟分类。原始说明:Display face planarity as a coloured mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:2
输入端口
端口类型说明
MeshMMeshMesh to analyze
MaxXNumberValue to map to red in display
输出端口
端口类型说明
MMMeshMesh coloured by deviation from planarity, with green=planar and red=max
PPNumberPlanarity deviation per face - as shortest between diagonals divided by average diagonal length.
底层信息

Kangaroo2Component.UtilityComponents.PlanarityDisplay

GUID:97253642-cb05-43e6-bc79-4bd0306441e5

Re

Refine

Refine

用于Refine相关操作,属于物理模拟分类。原始说明:Divide each quad into 4 quads, and each triangle into 4 triangles
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh to refine
LevelLIntegerLevel of subdivision
输出端口

这个组件没有显式输出端口。

底层信息

GhKangaroo.Refine

GUID:6003658a-c422-41cf-8a2f-8e106b09cc10

Re

RefineStrips

RefineStrips

用于RefineStrips相关操作,属于物理模拟分类。原始说明:Directional subdivision, refines quads in one direction only
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh to refine
LevelLIntegerLevel of subdivision
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.RefineStrips

GUID:39a12e0c-25a7-43ce-9546-115f3a211a0c

Re

RemeshByColour

RemeshByColour

用于RemeshByColour相关操作,属于物理模拟分类。原始说明:Remeshing with edge lengths dependent on the vertex colours of the input mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:7输出:1
输入端口
端口类型说明
MeshMeshMeshInput coloured Mesh
LengthIntervalLengthIntervalIntervalEdge length interval from black to white
FixCurvesFixCCurveCurves which will be kept sharp during remeshing. Can be boundary or internal curves
FixVerticesFixVPointPoints to keep fixed during remeshing
FlipFlipIntegerCriterion used to decide when to flip edges (0 for valence based, 1 for angle based)
IterationsIterIntegerNumber of steps between outputs
ResetResetBooleanTrue to initialize, false to run remeshing. Connect a timer for continuous remeshing
输出端口
端口类型说明
MeshMMeshRemeshed result
底层信息

Kangaroo2Component.KMeshMachine.RemeshByColour

GUID:f4d3e531-f23d-495d-8362-d7145e9f762e

Si

Simple

Simple

用于Simple相关操作,属于物理模拟分类。原始说明:Simple Target Length
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:1
输入端口
端口类型说明
SimpleSNumberTarget Length
输出端口
端口类型说明
TargetTGenericTarget Length
底层信息

Kangaroo2Component.KMeshMachine.SimpleTargetLengthComponent

GUID:d3ed43b3-73db-4259-82dd-26005879c0a2

Si

SimpleRemesh

SimpleRemesh

用于SimpleRemesh相关操作,属于物理模拟分类。原始说明:Isotropically remesh a Brep or Mesh
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:5输出:1
输入端口
端口类型说明
GeometryGeometryGeometryInput Surface or Mesh
LengthLengthNumberTarget edge length
CreasesCreasesCurveCurves which will be kept sharp during remeshing. Can be boundary or internal curves
CornersCornersPointPoints to keep fixed during remeshing, eg sharp corners
StepsStepsIntegerNumber of remeshing steps to perform
输出端口
端口类型说明
MeshMMeshRemeshed result
底层信息

Kangaroo2Component.KMeshMachine.SimpleRemesh

GUID:87c0cc0e-d792-481e-b219-cc16b3e7b7b9

St

Stripper

Stripper

用于Stripper相关操作,属于物理模拟分类。原始说明:Divide a mesh into strips
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshInput Mesh
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.Stripper

GUID:c8514ca2-3243-487a-becc-c07a4083db94

Ta

TangentCircles

TangentCircles

用于TangentCircles相关操作,属于物理模拟分类。原始说明:Generate face incircles, circle packing centred on vertices, or incircular dual
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshMesh
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.TangentCircles

GUID:bdda1028-13e6-41ee-b410-701234f9d39f

Un

Unroller

Unroller

用于Unroller相关操作,属于物理模拟分类。原始说明:Unroll a strip of quads
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
StripMMeshMesh to unroll (must be a non looping strip of quads)
UnrollTNumberHow much to unroll (0 keeps original, 1 is completely unrolled
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.Unroller

GUID:dca330b6-f705-4d5e-b9d4-ea90c915ddaf

Ve

VertexNeighbours

VertexNeighbours

用于VertexNeighbours相关操作,属于物理模拟分类。原始说明:Returns the positions of the vertices connected the given vertex by an edge
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:2输出:0
输入端口
端口类型说明
MeshMMeshMesh
Vertex numberVIntegerThe integer of the central vertex to get neighbours for
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.VertexNeighbours

GUID:fecd8879-9e63-4ff9-a16e-fe85bb0de884

Wa

WarpWeft

WarpWeft

用于WarpWeft相关操作,属于物理模拟分类。原始说明:Separate the edges of a mesh into 2 lists according to Warp and Weft direction
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:1输出:0
输入端口
端口类型说明
MeshMMeshInput Mesh
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.WarpWeft

GUID:cb7c0f04-123f-4b12-8f81-583b9fc793be

re

remesher

remesher

用于remesher相关操作,属于物理模拟分类。原始说明:Remeshing tool
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Mesh输入:8输出:1
输入端口
端口类型说明
GeometryGeomGeometryInput Surface or Mesh
TargetLengthFunctionLGenericA function determining local edge length
FixCurvesFixCCurveCurves which will be kept sharp during remeshing. Can be boundary or internal curves
FixVerticesFixVPointPoints to keep fixed during remeshing
FlipFlipIntegerCriterion used to decide when to flip edges (0 for valence based, 1 for angle based)
PullStrengthPullNumberStrength of pull to target geometry (between 0 and 1). Set to 0 for minimal surfaces
IterationsIterIntegerNumber of steps between outputs
ResetResetBooleanTrue to initialize, false to run remeshing. Connect a timer for continuous remeshing
输出端口
端口类型说明
MeshMGenericRemeshed result as KPlankton Mesh
底层信息

Kangaroo2Component.KMeshMachine.remesher

GUID:9f055808-c262-4462-b429-7e20d4ca3a5e

Kangaroo2 / Utility 6 个组件

Do

DotDisplay

DotDisplay

用于DotDisplay相关操作,属于物理模拟分类。原始说明:Show points as round dots
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:1输出:0
输入端口
端口类型说明
PointPPointPoints to display
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.DotDisplay

GUID:d27b55c6-9d5f-4d05-be7b-b91009aad383

Möbius Transformation

Möbius Transformation

用于Möbius Transformation相关操作,属于物理模拟分类。原始说明:3d Möbius Transformations of any geometry using 4d rotation
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:5输出:1
输入端口
端口类型说明
GeometryGGenericInput Geometry to transform
CircleCCircleCircle defining the transformation. Points on this circle will stay on it, and all other points are pulled through and around it
TTNumberAmount of transformation. 2π brings it back to the original
QQNumberThis parameter controls the rotation around the axis of the circle. Set to 1 for Isoclinic rotations
FixSphereFBooleanIf true, this transforms and scales the geometry so that points on the sphere defined by the input circle stay on that sphere
输出端口
端口类型说明
GeometryGGeometryTransformed Geometry
底层信息

Kangaroo2Component.UtilityComponents.MoebiusTransform

GUID:51ea6cbf-9681-4a4b-8f66-20e0e2faf182

Sp

SplitAtCorners

SplitAtCorners

用于SplitAtCorners相关操作,属于物理模拟分类。原始说明:Break a polyline into multiple parts based on angle
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:2输出:0
输入端口
端口类型说明
PolyPCurveThe polyline to split
AngleANumberAngle in radians to split at
输出端口

这个组件没有显式输出端口。

底层信息

Kangaroo2Component.UtilityComponents.SplitAtCorners

GUID:74953dd1-9af7-4736-983c-f258302de692

in

interconnectPoints

interconnectPoints

用于interconnectPoints相关操作,属于物理模拟分类。原始说明:Draws one line between every pair of points in a list
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:1输出:0
输入端口
端口类型说明
ptsPPointlist of points to interconnect
输出端口

这个组件没有显式输出端口。

底层信息

GhKangaroo.Interconnect.InterconnectPoints

GUID:a412ddf4-4899-4456-8325-f3f9a8134a25

re

removeDuplicateLines

removeDuplicateLines

用于removeDuplicateLines相关操作,属于物理模拟分类。原始说明:Removes similar lines from a list.
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:2输出:1
输入端口
端口类型说明
linesLLinelist of lines to clean
tolerancetNumberlines with start/endpoints closer than this distance will be combined
输出端口
端口类型说明
unique linesQLinelist of unique lines
底层信息

Kangaroo2Component.UtilityComponents.RemoveDuplicateLines

GUID:5b882297-9063-439e-82b9-70961f743c5d

re

removeDuplicatePts

removeDuplicatePts

用于removeDuplicatePts相关操作,属于物理模拟分类。原始说明:Removes similar points from a list
插件:Kangaroo2Component.gha分类:Kangaroo2子分类:Utility输入:2输出:1
输入端口
端口类型说明
pointsPPointlist of points to clean
tolerancetNumberIf any points are less than this distance apart along all axes x,y and z, they will be combined
输出端口
端口类型说明
unique pointsQPointlist of unique points
底层信息

GhKangaroo.RemoveDuplicatePts

GUID:5e2f9e3f-d467-46f6-870c-6fa7cd01e1ed

Math / Operators 3 个组件

Ad

Addition

Addition

用于Addition相关操作,属于Math分类。原始说明:Mathematical addition
插件:MathComponents.gha分类:Math子分类:Operators输入:2输出:1
输入端口
端口类型说明
E149E9DDF7D1Generic
E149E9DDF7D1E149E9DDF7D1Generic
输出端口
端口类型说明
ResultRGenericResult of addition
底层信息

MathComponents.OperatorComponents.Component_VariableAddition

GUID:a0d62394-a118-422d-abb3-6af115c75b25

Mu

Multiplication

Multiplication

用于Multiplication相关操作,属于Math分类。原始说明:Mathematical multiplication
插件:MathComponents.gha分类:Math子分类:Operators输入:2输出:1
输入端口
端口类型说明
E149E9DDF7D1Generic
E149E9DDF7D1E149E9DDF7D1Generic
输出端口
端口类型说明
ResultRGenericResult of multiplication
底层信息

MathComponents.OperatorComponents.Component_VariableMultiplication

GUID:ce46b74e-00c9-43c4-805a-193b69ea4a11

Su

Subtraction

Subtraction

用于Subtraction相关操作,属于Math分类。原始说明:Mathematical subtraction
插件:MathComponents.gha分类:Math子分类:Operators输入:2输出:1
输入端口
端口类型说明
E149E9DDF7D1Generic
E149E9DDF7D1E149E9DDF7D1Generic
输出端口
端口类型说明
ResultRGenericResult of subtraction
底层信息

MathComponents.OperatorComponents.Component_VariableSubtraction

GUID:9c007a04-d0d9-48e4-9da3-9ba142bc4d46

Math / Script 1 个组件

Gh

GhPython Script

GhPython 脚本

用于GhPython 脚本相关操作,属于Math分类。原始说明:GhPython provides a Python script component
插件:GhPython.gha分类:Math子分类:Script输入:2输出:1
输入端口
端口类型说明
xxGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
yyGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
输出端口
端口类型说明
aaGenericDynamic output variable assigned inside the script.
底层信息

GhPython.Component.ZuiPythonComponent

GUID:

Math / Time 8 个组件

Co

Combine Date & Time

Combine Date & Time

用于Combine Date & Time相关操作,属于Math分类。原始说明:Combine a pure date and a pure time into a single date
插件:MathComponents.gha分类:Math子分类:Time输入:2输出:1
输入端口
端口类型说明
DateDTimeDate portion
TimeTTimeTime portion
输出端口
端口类型说明
ResultRTimeResulting combination of date and time.
底层信息

MathComponents.TimeComponents.Component_CombineDateTime

GUID:31534405-6573-4be6-8bf8-262e55847a3a

Co

Construct Date

构造 Date

用于构造 Date相关操作,属于Math分类。原始说明:Construct a date and time instance.
插件:MathComponents.gha分类:Math子分类:Time输入:6输出:1
输入端口
端口类型说明
YearYIntegerYear number (must be between 1 and 9999)
MonthMIntegerMonth number (must be between 1 and 12)
DayDIntegerDay of month (must be between 1 and 31)
HourhIntegerHour of day (must be between 0 and 23)
MinutemIntegerMinute of the hour (must be between 0 and 59)
SecondsIntegerSecond of the minute (must be between 0 and 59)
输出端口
端口类型说明
DateDTimeDate and Time data
底层信息

MathComponents.TimeComponents.Component_CreateDate

GUID:0c2f0932-5ddc-4ece-bd84-a3a059d3df7a

Co

Construct Exotic Date

构造 Exotic Date

用于构造 Exotic Date相关操作,属于Math分类。原始说明:Construct a date using a specific calendar
插件:MathComponents.gha分类:Math子分类:Time输入:3输出:1
输入端口
端口类型说明
YearYIntegerYear number (must be between 1 and 9999)
MonthMIntegerMonth number (must be between 1 and 12)
DayDIntegerDay of month (must be between 1 and 31)
输出端口
端口类型说明
TimeTTimeGregorian representation of date.
底层信息

MathComponents.TimeComponents.Component_CreateDateExotic

GUID:e5ff52c5-40df-4f43-ac3b-d2418d05ae32

Co

Construct Smooth Time

构造 Smooth Time

用于构造 Smooth Time相关操作,属于Math分类。原始说明:Construct a time instance from smooth components
插件:MathComponents.gha分类:Math子分类:Time输入:4输出:1
输入端口
端口类型说明
DaysDNumberNumber of days
HoursHNumberNumber of hours
MinutesMNumberNumber of minutes
SecondsSNumberNumber of seconds
输出端口
端口类型说明
TimeTTimeTime construct
底层信息

MathComponents.TimeComponents.Component_CreateSmoothTime

GUID:f151b0b9-cef8-4809-96fc-9b14f1c3a7b9

Co

Construct Time

构造 Time

用于构造 Time相关操作,属于Math分类。原始说明:Construct a time instance
插件:MathComponents.gha分类:Math子分类:Time输入:3输出:1
输入端口
端口类型说明
HourHIntegerNumber of hours
MinuteMIntegerNumber of minutes
SecondSIntegerNumber of seconds
输出端口
端口类型说明
TimeTTimeTime construct
底层信息

MathComponents.TimeComponents.Component_CreateTime

GUID:595aded2-8916-402d-87a3-a825244bbe3d

Da

Date Range

Date Range

用于Date Range相关操作,属于Math分类。原始说明:Create a range of successive dates or times
插件:MathComponents.gha分类:Math子分类:Time输入:3输出:1
输入端口
端口类型说明
Time AATimeFirst time
Time BBTimeSecond time
CountNIntegerNumber of times to create between A and B
输出端口
端口类型说明
RangeRTimeRange of varying times between A and B.
底层信息

MathComponents.TimeComponents.Component_DateRange

GUID:38a4e722-ad5a-4229-a170-e27ae1345538

De

Deconstruct Date

拆解 Date

用于拆解 Date相关操作,属于Math分类。原始说明:Deconstruct a date into years, months, days, hours, minutes and seconds
插件:MathComponents.gha分类:Math子分类:Time输入:1输出:6
输入端口
端口类型说明
DateDTimeDate and Time data
输出端口
端口类型说明
YearYIntegerYear number
MonthMIntegerMonth number
DayDIntegerDay of month
HourhIntegerHour of day
MinutemIntegerMinute of the hour
SecondsIntegerSecond of the minute
底层信息

MathComponents.TimeComponents.Component_DeconstructDate

GUID:d5e28df8-495b-4892-bca8-60748743d955

In

Interpolate Date

Interpolate Date

用于Interpolate Date相关操作,属于Math分类。原始说明:Interpolate between two dates or times.
插件:MathComponents.gha分类:Math子分类:Time输入:3输出:1
输入端口
端口类型说明
Date AATimeFirst date
Date BBTimeSecond date
InterpolationtNumberInterpolation factor
输出端口
端口类型说明
DateDTimeInterpolated Date & Time
底层信息

MathComponents.TimeComponents.Component_InterpolateDate

GUID:4083802b-3dd9-4b13-9756-bf5441213e70

Math / Trig 2 个组件

Ri

Right Trigonometry

Right Trigonometry

用于Right Trigonometry相关操作,属于Math分类。原始说明:Right triangle trigonometry
插件:XformComponents.gha分类:Math子分类:Trig输入:5输出:5
输入端口
端口类型说明
AlphaαAngleOptional alpha angle
BetaβAngleOptional beta angle
P lengthPNumberOptional length of P edge
Q lengthQNumberOptional length of Q edge
R lengthRNumberOptional length of R edge
输出端口
端口类型说明
AlphaαNumberComputed alpha angle
BetaβNumberComputed beta angle
P lengthPNumberComputed length of P edge
Q lengthQNumberComputed length of Q edge
R lengthRNumberComputed length of R edge
底层信息

XformComponents.RightTriangleTrig

GUID:e75d4624-8ee2-4067-ac8d-c56bdc901d83

Tr

Triangle Trigonometry

Triangle Trigonometry

用于Triangle Trigonometry相关操作,属于Math分类。原始说明:Generic triangle trigonometry
插件:XformComponents.gha分类:Math子分类:Trig输入:6输出:6
输入端口
端口类型说明
AlphaαAngleOptional alpha angle
BetaβAngleOptional beta angle
GammaγAngleOptional gamma angle
A lengthANumberOptional length of A edge (opposite alpha)
B lengthBNumberOptional length of B edge (opposite beta)
C lengthCNumberOptional length of C edge (opposite gamma)
输出端口
端口类型说明
AlphaαNumberComputed alpha angle
BetaβNumberComputed beta angle
GammaγNumberComputed gamma angle
A lengthANumberComputed length of A edge
B lengthBNumberComputed length of B edge
C lengthCNumberComputed length of C edge
底层信息

XformComponents.TriangleTrig

GUID:92af1a02-9b87-43a0-8c45-0ce1b81555ec

Math / Util 1 个组件

Bl

Blur Numbers

Blur Numbers

用于Blur Numbers相关操作,属于Math分类。原始说明:Blur a list of numbers by averaging neighbours
插件:MathComponents.gha分类:Math子分类:Util输入:5输出:1
输入端口
端口类型说明
NumbersNNumberNumbers to blur
StrengthSNumberBlurring strength (0=none, 1=full)
IterationsIIntegerNumber of successive blurring iterations
LockLBooleanLock first and last value
WrapWBooleanTreat the list as a cyclical collection
输出端口
端口类型说明
NumbersNNumberBlurred numbers
底层信息

MathComponents.OperatorComponents.Component_BlurNumbers

GUID:57e1d392-e3fb-4de9-be98-982854a92351

Maths / Boolean 4 个组件

Ga

Gate And

Gate And

用于Gate And相关操作,属于数学分类。原始说明:Perform boolean conjunction (AND gate).
插件:MathComponents.gha分类:Maths子分类:Boolean输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_AndGate_OBSOLETE

GUID:28f35e12-cd50-4bce-b036-695c2a3d04da

Ga

Gate And Ternary

Gate And Ternary

用于Gate And Ternary相关操作,属于数学分类。原始说明:Perform ternary boolean conjunction (AND gate).
插件:MathComponents.gha分类:Maths子分类:Boolean输入:3输出:1
输入端口
端口类型说明
AABooleanFirst boolean
BBBooleanSecond boolean
CCBooleanThird boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_TernaryAndGate_OBSOLETE

GUID:c1364962-87dd-4a6d-901a-e5b170e5ef9e

Ga

Gate Or

Gate Or

用于Gate Or相关操作,属于数学分类。原始说明:Perform boolean disjunction (OR gate).
插件:MathComponents.gha分类:Maths子分类:Boolean输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_OrGate_OBSOLETE

GUID:eb3c8610-85b9-4593-a366-52550e8305b7

Ga

Gate Or Ternary

Gate Or Ternary

用于Gate Or Ternary相关操作,属于数学分类。原始说明:Perform ternary boolean disjunction (Or gate).
插件:MathComponents.gha分类:Maths子分类:Boolean输入:3输出:1
输入端口
端口类型说明
AABooleanFirst boolean
BBBooleanSecond boolean
CCBooleanThird boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_TernaryOrGate_OBSOLETE

GUID:55104772-8096-4ffc-a78a-30e36191ace2

Maths / Domain 16 个组件

Bo

Bounds

范围

用于范围相关操作,属于数学分类。原始说明:Create a numeric domain which encompasses a list of numbers.
插件:MathComponents.gha分类:Maths子分类:Domain输入:1输出:1
输入端口
端口类型说明
NumbersNNumberNumbers to include in Bounds
输出端口
端口类型说明
DomainIIntervalNumeric Domain between the lowest and highest numbers in {N}
底层信息

MathComponents.DomainComponents.Component_NumericBounds

GUID:f44b92b0-3b5b-493a-86f4-fd7408c3daf3

Bo

Bounds 2D

范围 2D

用于范围 2D相关操作,属于数学分类。原始说明:Create a numeric two-dimensional domain which encompasses a list of coordinates.
插件:MathComponents.gha分类:Maths子分类:Domain输入:1输出:1
输入端口
端口类型说明
CoordinatesCPointTwo dimensional coordinates to include in Bounds
输出端口
端口类型说明
DomainIInterval2DNumeric two-dimensional domain between the lowest and highest numbers in {N.x ; N.y}
底层信息

MathComponents.DomainComponents.Component_NumericBounds2D

GUID:dd53b24c-003a-4a04-b185-a44d91633cbe

Co

Consecutive Domains

Consecutive Domains

用于Consecutive Domains相关操作,属于数学分类。原始说明:Create consecutive domains from a list of numbers
插件:MathComponents.gha分类:Maths子分类:Domain输入:2输出:1
输入端口
端口类型说明
NumbersNNumberNumbers for consecutive domains
AdditiveABooleanIf True, values are added to a sum-total
输出端口
端口类型说明
DomainsDIntervalDomains describing the spaces between the numbers
底层信息

MathComponents.DomainComponents.Component_MakeConsecutiveDomains

GUID:95992b33-89e1-4d36-bd35-2754a11af21e

Co

Construct Domain

构造 区间

用于构造 区间相关操作,属于数学分类。原始说明:Create a numeric domain from two numeric extremes.
插件:MathComponents.gha分类:Maths子分类:Domain输入:2输出:1
输入端口
端口类型说明
Domain startANumberStart value of numeric domain
Domain endBNumberEnd value of numeric domain
输出端口
端口类型说明
DomainIIntervalNumeric domain between {A} and {B}
底层信息

MathComponents.DomainComponents.Component_ConstructDomain

GUID:d1a28e95-cf96-4936-bf34-8bf142d731bf

Co

Construct Domain²

构造 Domain²

用于构造 Domain²相关操作,属于数学分类。原始说明:Create a two-dimensional domain from two simple domains.
插件:MathComponents.gha分类:Maths子分类:Domain输入:2输出:1
输入端口
端口类型说明
Domain UUIntervalDomain in {u} direction
Domain VVIntervalDomain in {v} direction
输出端口
端口类型说明
2D DomainInterval2DTwo dimensional numeric domain of {u} and {v}
底层信息

MathComponents.DomainComponents.Component_Construct2DInterval

GUID:8555a743-36c1-42b8-abcc-06d9cb94519f

Co

Construct Domain²

构造 Domain²

用于构造 Domain²相关操作,属于数学分类。原始说明:Create a two-dimensinal domain from four numbers.
插件:MathComponents.gha分类:Maths子分类:Domain输入:4输出:1
输入端口
端口类型说明
U minU0NumberLower limit of domain in {u} direction
U maxU1NumberUpper limit of domain in {u} direction
V minV0NumberLower limit of domain in {v} direction
V maxV1NumberUpper limit of domain in {v} direction
输出端口
端口类型说明
2D DomainInterval2DTwo dimensional numeric domain of {u} and {v}
底层信息

MathComponents.DomainComponents.Component_Construct2DInterval_Numeric

GUID:9083b87f-a98c-4e41-9591-077ae4220b19

De

Deconstruct Domain

拆解 区间

用于拆解 区间相关操作,属于数学分类。原始说明:Deconstruct a numeric domain into its component parts.
插件:MathComponents.gha分类:Maths子分类:Domain输入:1输出:2
输入端口
端口类型说明
DomainIIntervalBase domain
输出端口
端口类型说明
StartSNumberStart of domain
EndENumberEnd of domain
底层信息

MathComponents.DomainComponents.Component_DeconstructDomain

GUID:825ea536-aebb-41e9-af32-8baeb2ecb590

De

Deconstruct Domain²

拆解 Domain²

用于拆解 Domain²相关操作,属于数学分类。原始说明:Deconstruct a two-dimensional domain into its component parts
插件:MathComponents.gha分类:Maths子分类:Domain输入:1输出:2
输入端口
端口类型说明
DomainIInterval2DBase domain
输出端口
端口类型说明
U componentUInterval{u} component of domain
V componentVInterval{v} component of domain
底层信息

MathComponents.DomainComponents.Component_Deconstruct2DInterval

GUID:f0adfc96-b175-46a6-80c7-2b0ee17395c4

De

Deconstruct Domain²

拆解 Domain²

用于拆解 Domain²相关操作,属于数学分类。原始说明:Deconstruct a two-dimensional domain into four numbers
插件:MathComponents.gha分类:Maths子分类:Domain输入:1输出:4
输入端口
端口类型说明
DomainIInterval2DBase domain
输出端口
端口类型说明
U minU0NumberLower limit of domain in {u} direction
U maxU1NumberUpper limit of domain in {u} direction
V minV0NumberLower limit of domain in {v} direction
V maxV1NumberUpper limit of domain in {v} direction
底层信息

MathComponents.DomainComponents.Component_Deconstruct2DInterval_Numeric

GUID:47c30f9d-b685-4d4d-9b20-5b60e48d5af8

Di

Divide Domain

分割 区间

用于分割 区间相关操作,属于数学分类。原始说明:Divide a domain into equal segments.
插件:MathComponents.gha分类:Maths子分类:Domain输入:2输出:1
输入端口
端口类型说明
DomainIIntervalBase domain
CountCIntegerNumber of segments
输出端口
端口类型说明
SegmentsSIntervalDivision segments
底层信息

MathComponents.DomainComponents.Component_DivideInterval

GUID:75ef4190-91a2-42d9-a245-32a7162b0384

Di

Divide Domain²

分割 Domain²

用于分割 Domain²相关操作,属于数学分类。原始说明:Divides a two-dimensional domain into equal segments.
插件:MathComponents.gha分类:Maths子分类:Domain输入:3输出:1
输入端口
端口类型说明
DomainIInterval2DBase domain
U CountUIntegerNumber of segments in {u} direction
V CountVIntegerNumber of segments in {v} direction
输出端口
端口类型说明
SegmentsSInterval2DIndividual segments
底层信息

MathComponents.DomainComponents.Component_Divide2DInterval

GUID:75ac008b-1bc2-4edd-b967-667d628b9d24

Fi

Find Domain

Find 区间

用于Find 区间相关操作,属于数学分类。原始说明:Find the first domain that contains a specific value
插件:MathComponents.gha分类:Maths子分类:Domain输入:3输出:2
输入端口
端口类型说明
DomainsDIntervalCollection of domains to search
NumberNNumberNumber to test
StrictSBooleanStrict comparison, if true then the value must be on the interior of a domain
输出端口
端口类型说明
IndexIIntegerIndex of first domain that includes the specified value
NeighbourNIntegerIndex of domain that is closest to the specified value
底层信息

MathComponents.DomainComponents.Component_FindDomain

GUID:0b5c7fad-0473-41aa-bf52-d7a861dcaa29

In

Includes

Includes

用于Includes相关操作,属于数学分类。原始说明:Test a numeric value to see if it is included in the domain
插件:MathComponents.gha分类:Maths子分类:Domain输入:2输出:2
输入端口
端口类型说明
ValueVNumberValue to test for inclusion
DomainDIntervalDomain to test with
输出端口
端口类型说明
IncludesIBooleanTrue if the value is included in the domain
DeviationDNumberDistance between the value and the nearest value inside the domain
底层信息

MathComponents.DomainComponents.Component_Includes

GUID:f217f873-92f1-47ae-ad71-ca3c5a45c3f8

Re

Remap Numbers

Remap Numbers

用于Remap Numbers相关操作,属于数学分类。原始说明:Remap numbers into a new numeric domain
插件:MathComponents.gha分类:Maths子分类:Domain输入:3输出:1
输入端口
端口类型说明
ValuesVNumberValues to remap
SourceSIntervalOptional source domain. If left blank, the value range will be used.
TargetTIntervalTarget domain
输出端口
端口类型说明
ResultRNumberRemapped numbers.
底层信息

MathComponents.DomainComponents.Component_RemapNumbers_OBSOLETE

GUID:9624aeeb-f2a1-49da-b1c7-8789db217177

Re

Remap Numbers

Remap Numbers

用于Remap Numbers相关操作,属于数学分类。原始说明:Remap numbers into a new numeric domain
插件:MathComponents.gha分类:Maths子分类:Domain输入:3输出:1
输入端口
端口类型说明
ValueVNumberValue to remap
SourceSIntervalOptional source domain.
TargetTIntervalTarget domain
输出端口
端口类型说明
ResultRNumberRemapped number.
底层信息

MathComponents.DomainComponents.Component_RemapNumbers_OBSOLETE_AS_WELL

GUID:fa314286-867b-41fa-a7f6-3f474197bb81

Re

Remap Numbers

Remap Numbers

用于Remap Numbers相关操作,属于数学分类。原始说明:Remap numbers into a new numeric domain
插件:MathComponents.gha分类:Maths子分类:Domain输入:3输出:2
输入端口
端口类型说明
ValueVNumberValue to remap
SourceSIntervalSource domain
TargetTIntervalTarget domain
输出端口
端口类型说明
MappedRNumberRemapped number
ClippedCNumberRemapped and clipped number
底层信息

MathComponents.DomainComponents.Component_RemapNumbers

GUID:2fcc2743-8339-4cdf-a046-a1f17439191d

Maths / Matrix 6 个组件

Co

Construct Matrix

构造 Matrix

用于构造 Matrix相关操作,属于数学分类。原始说明:Construct a matrix from initial values
插件:MathComponents.gha分类:Maths子分类:Matrix输入:3输出:1
输入端口
端口类型说明
RowsRIntegerNumber of rows in the matrix
ColumnsCIntegerNumber of columns in the matrix
ValuesVNumberOptional matrix values, if omitted, an identity matrix will be created
输出端口
端口类型说明
MatrixMMatrixA newly created matrix
底层信息

MathComponents.MatrixComponents.Component_ConstructMatrix

GUID:54ac80cf-74f3-43f7-834c-0e3fe94632c6

De

Deconstruct Matrix

拆解 Matrix

用于拆解 Matrix相关操作,属于数学分类。原始说明:Deconstruct a matrix into its component parts
插件:MathComponents.gha分类:Maths子分类:Matrix输入:1输出:3
输入端口
端口类型说明
MatrixMMatrixMatrix to deconstruct
输出端口
端口类型说明
RowsRIntegerNumber of rows in the matrix
ColumnsCIntegerNumber of columns in the matrix
ValuesVNumberMatrix values
底层信息

MathComponents.MatrixComponents.Component_DeconstructMatrix

GUID:3aa2a080-e322-4be3-8c6e-baf6c8000cf1

In

Invert Matrix

Invert Matrix

用于Invert Matrix相关操作,属于数学分类。原始说明:Invert a matrix
插件:MathComponents.gha分类:Maths子分类:Matrix输入:2输出:2
输入端口
端口类型说明
MatrixMMatrixMatrix to invert
TolerancetNumberZero-tolerance for inversion
输出端口
端口类型说明
MatrixMMatrixInverted matrix
SuccessSBooleanBoolean indicating inversion success
底层信息

MathComponents.MatrixComponents.Component_InvertMatrix

GUID:f986e79a-1215-4822-a1e7-3311dbdeb851

Sw

Swap Columns

Swap Columns

用于Swap Columns相关操作,属于数学分类。原始说明:Swap two columns in a matrix
插件:MathComponents.gha分类:Maths子分类:Matrix输入:3输出:1
输入端口
端口类型说明
MatrixMMatrixMatrix for column swap
Column AAIntegerFirst column index
Column BBIntegerSecond column index
输出端口
端口类型说明
MatrixMMatrixMatrix with swapped rows
底层信息

MathComponents.MatrixComponents.Component_SwapMatrixColumns

GUID:4cebcaf7-9a6a-435b-8f8f-95a62bacb0f2

Sw

Swap Rows

Swap Rows

用于Swap Rows相关操作,属于数学分类。原始说明:Swap two rows in a matrix
插件:MathComponents.gha分类:Maths子分类:Matrix输入:3输出:1
输入端口
端口类型说明
MatrixMMatrixMatrix for row swap
Row AAIntegerFirst row index
Row BBIntegerSecond row index
输出端口
端口类型说明
MatrixMMatrixMatrix with swapped rows
底层信息

MathComponents.MatrixComponents.Component_SwapMatrixRows

GUID:8600a3fc-30f0-4df6-b126-aaa79ece5bfe

Tr

Transpose Matrix

Transpose Matrix

用于Transpose Matrix相关操作,属于数学分类。原始说明:Transpose a matrix (swap rows and columns)
插件:MathComponents.gha分类:Maths子分类:Matrix输入:1输出:1
输入端口
端口类型说明
MatrixMMatrixA newly created matrix
输出端口
端口类型说明
MatrixMMatrixTransposed matrix
底层信息

MathComponents.MatrixComponents.Component_TransposeMatrix

GUID:0e90b1f3-b870-4e09-8711-4bf819675d90

Maths / Operators 20 个组件

Eq

Equality

Equality

用于Equality相关操作,属于数学分类。原始说明:Test for (in)equality of two numbers
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:2
输入端口
端口类型说明
First NumberANumberNumber to compare
Second NumberBNumberNumber to compare to
输出端口
端口类型说明
Equality=BooleanTrue if A = B
InequalityBooleanTrue if A ≠ B
底层信息

MathComponents.OperatorComponents.Component_EqualTo

GUID:5db0fb89-4f22-4f09-a777-fa5e55aed7ec

Fa

Factorial

Factorial

用于Factorial相关操作,属于数学分类。原始说明:Returns the factorial of an integer.
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:1
输入端口
端口类型说明
NumberNIntegerInput integer
输出端口
端口类型说明
FactorialFIntegerFactorial of {N}
底层信息

MathComponents.FunctionComponents.Component_Factorial_OBSOLETE

GUID:80da90e3-3ea9-4cfe-b7cc-2b6019f850e3

Fa

Factorial

Factorial

用于Factorial相关操作,属于数学分类。原始说明:Returns the factorial of an integer.
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:1
输入端口
端口类型说明
NumberNIntegerInput integer
输出端口
端口类型说明
FactorialFGenericFactorial of {N}
底层信息

MathComponents.FunctionComponents.Component_Factorial

GUID:a0a38131-c5fc-4984-b05d-34cf57f0c018

Ga

Gate And

Gate And

用于Gate And相关操作,属于数学分类。原始说明:Perform boolean conjunction (AND gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanFirst boolean for AND operation
BBBooleanSecond boolean for AND operation
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_AndGate

GUID:040f195d-0b4e-4fe0-901f-fedb2fd3db15

Ga

Gate Majority

Gate Majority

用于Gate Majority相关操作,属于数学分类。原始说明:Calculates the majority vote among three booleans.
插件:MathComponents.gha分类:Maths子分类:Operators输入:3输出:1
输入端口
端口类型说明
AABooleanFirst boolean
BBBooleanSecond boolean
CCBooleanThird boolean
输出端口
端口类型说明
ResultRBooleanAverage value
底层信息

MathComponents.BooleanOperators.Component_BooleanMajorityVote

GUID:78669f9c-4fea-44fd-ab12-2a69eeec58de

Ga

Gate Nand

Gate Nand

用于Gate Nand相关操作,属于数学分类。原始说明:Perform boolean alternative denial (NAND gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_NandGate

GUID:5ca5de6b-bc71-46c4-a8f7-7f30d7040acb

Ga

Gate Nor

Gate Nor

用于Gate Nor相关操作,属于数学分类。原始说明:Perform boolean joint denial (NOR gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_NorGate

GUID:548177c2-d1db-4172-b667-bec979e2d38b

Ga

Gate Not

Gate Not

用于Gate Not相关操作,属于数学分类。原始说明:Perform boolean negation (NOT gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:1
输入端口
端口类型说明
AABooleanBoolean value
输出端口
端口类型说明
ResultRBooleanInverse of {A}
底层信息

MathComponents.BooleanOperators.Component_NotGate

GUID:cb2c7d3c-41b4-4c6d-a6bd-9235bd2851bb

Ga

Gate Or

Gate Or

用于Gate Or相关操作,属于数学分类。原始说明:Perform boolean disjunction (OR gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanFirst boolean for OR operation
BBBooleanSecond boolean for OR operation
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_OrGate

GUID:5cad70f9-5a53-4c5c-a782-54a479b4abe3

Ga

Gate Xnor

Gate Xnor

用于Gate Xnor相关操作,属于数学分类。原始说明:Perform boolean biconditional (XNOR gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_XnorGate

GUID:b6aedcac-bf43-42d4-899e-d763612f834d

Ga

Gate Xor

Gate Xor

用于Gate Xor相关操作,属于数学分类。原始说明:Perform boolean exclusive disjunction (XOR gate).
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AABooleanLeft hand boolean
BBBooleanRight hand boolean
输出端口
端口类型说明
ResultRBooleanResulting value
底层信息

MathComponents.BooleanOperators.Component_XorGate

GUID:de4a0d86-2709-4564-935a-88bf4d40af89

In

Integer Division

整数 Division

用于整数 Division相关操作,属于数学分类。原始说明:Mathematical integer division
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:1
输入端口
端口类型说明
AAIntegerItem to divide (dividend)
BBIntegerItem to divide with (divisor)
输出端口
端口类型说明
ResultRIntegerResult of integer division
底层信息

MathComponents.OperatorComponents.Operator_IntegerDivision

GUID:54db2568-3441-4ae2-bcef-92c4cc608e11

La

Larger Than

Larger Than

用于Larger Than相关操作,属于数学分类。原始说明:Larger than (or equal to)
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:2
输入端口
端口类型说明
First NumberANumberNumber to test
Second NumberBNumberNumber to test against
输出端口
端口类型说明
Larger than>BooleanTrue if A > B
… or Equal to>=BooleanTrue if A >= B
底层信息

MathComponents.OperatorComponents.Component_LargerThan

GUID:30d58600-1aab-42db-80a3-f1ea6c4269a0

Ma

Mass Addition

质量 Addition

用于质量 Addition相关操作,属于数学分类。原始说明:Perform mass addition of a list of items
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:2
输入端口
端口类型说明
InputIGenericInput values for mass addition.
输出端口
端口类型说明
ResultRGenericResult of mass addition
Partial ResultsPrGenericList of partial results
底层信息

MathComponents.OperatorComponents.Component_MassAddition

GUID:5b850221-b527-4bd6-8c62-e94168cd6efa

Ma

Mass Multiplication

质量 Multiplication

用于质量 Multiplication相关操作,属于数学分类。原始说明:Perform mass multiplication of a list of items
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:2
输入端口
端口类型说明
InputIGenericInput values for mass multiplication.
输出端口
端口类型说明
ResultRGenericResult of mass multiplication
Partial ResultsPrGenericList of partial results
底层信息

MathComponents.OperatorComponents.Component_MassMultiplication

GUID:e44c1bd7-72cc-4697-80c9-02787baf7bb4

Ma

Mass Multiplication

质量 Multiplication

用于质量 Multiplication相关操作,属于数学分类。原始说明:Perform mass multiplication of a list of numbers
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:2
输入端口
端口类型说明
InputINumberInput numbers for mass multiplication
输出端口
端口类型说明
ResultRNumberResult of mass multiplication
Partial ResultsPrNumberList of partial results
底层信息

MathComponents.OperatorComponents.Component_MassMultiplication_OBSOLETE

GUID:921775f7-bf22-4cfc-a4db-c415a56069c4

Re

Relative Differences

Relative Differences

用于Relative Differences相关操作,属于数学分类。原始说明:Compute relative differences for a list of data
插件:MathComponents.gha分类:Maths子分类:Operators输入:1输出:1
输入端口
端口类型说明
ValuesVGenericList of data to operate on (numbers or points or vectors allowed)
输出端口
端口类型说明
DifferencedDGenericDifferences between consecutive items
底层信息

MathComponents.OperatorComponents.Component_RelativeDifferences

GUID:dd17d442-3776-40b3-ad5b-5e188b56bd4c

Se

Series Addition

Series Addition

用于Series Addition相关操作,属于数学分类。原始说明:Perform serial addition until a goal has been reached
插件:MathComponents.gha分类:Maths子分类:Operators输入:3输出:2
输入端口
端口类型说明
NumbersNIntegerNumber pool from which to take summands
GoalGIntegerGoal value of addition series
StartSIntegerStarting value of addition series
输出端口
端口类型说明
SeriesSIntegerAddition series
RemainderRIntegerDifference between series summation and goal
底层信息

MathComponents.OperatorComponents.Component_AdditionSeries

GUID:586706a8-109b-43ec-b581-743e920c951a

Si

Similarity

Similarity

用于Similarity相关操作,属于数学分类。原始说明:Test for similarity of two numbers
插件:MathComponents.gha分类:Maths子分类:Operators输入:3输出:2
输入端口
端口类型说明
First NumberANumberNumber to compare
Second NumberBNumberNumber to compare to
ThresholdT%NumberPercentage (0% ~ 100%) of A and B below which similarity is assumed
输出端口
端口类型说明
Similarity=BooleanTrue if A ≈ B
Absolute differencedtNumberThe absolute difference between A and B
底层信息

MathComponents.OperatorComponents.Component_Similarity

GUID:40177d8a-a35c-4622-bca7-d150031fe427

Sm

Smaller Than

Smaller Than

用于Smaller Than相关操作,属于数学分类。原始说明:Smaller than (or equal to)
插件:MathComponents.gha分类:Maths子分类:Operators输入:2输出:2
输入端口
端口类型说明
First NumberANumberNumber to test
Second NumberBNumberNumber to test against
输出端口
端口类型说明
Smaller than<BooleanTrue if A < B
… or Equal to<=BooleanTrue if A <= B
底层信息

MathComponents.OperatorComponents.Component_SmallerThan

GUID:ae840986-cade-4e5a-96b0-570f007d4fc0

Maths / Script 11 个组件

C#

C# Script

C# 脚本

用于C# 脚本相关操作,属于数学分类。原始说明:A C#.NET scriptable component
插件:ScriptComponents.gha分类:Maths子分类:Script输入:2输出:1
输入端口
端口类型说明
xxGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
yyGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
输出端口
端口类型说明
aaGenericDynamic output variable assigned inside the script.
底层信息

ScriptComponents.Component_CSNET_Script

GUID:

Ev

Eval [OBSOLETE]

Eval [OBSOLETE]

用于Eval [OBSOLETE]相关操作,属于数学分类。原始说明:Evaluate an expression
插件:MathComponents.gha分类:Maths子分类:Script输入:1输出:1
输入端口
端口类型说明
EThe expression to evaluateTextSin(0.5*pi) * e
输出端口
端口类型说明
ValueVGenericExpression value
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_Eval_OBSOLETE

GUID:579c9f8c-6fb6-419b-8086-523a2dc99e8a

Ev

Evaluate

求值

用于求值相关操作,属于数学分类。原始说明:Evaluate an expression with a flexible number of variables.
插件:MathComponents.gha分类:Maths子分类:Script输入:3输出:1
输入端口
端口类型说明
ExpressionFExpression to evaluate
未命名端口x
未命名端口y
输出端口
端口类型说明
ResultrGenericExpression result
底层信息

MathComponents.ExpressionComponents.Component_Evaluate

GUID:cc2b626f-6eff-4d08-9829-2877560693f4

Ev

Evaluate Expression [OBSOLETE]

求值 Expression [OBSOLETE]

用于求值 Expression [OBSOLETE]相关操作,属于数学分类。原始说明:Evaluate an expression
插件:MathComponents.gha分类:Maths子分类:Script输入:7输出:1
输入端口
端口类型说明
ExpressionETextThe expression to evaluate
Variable aaGenericThe first variable
Variable bbGenericThe second variable
Variable ccGenericThe third variable
Variable xxGenericThe fourth variable
Variable yyGenericThe fifth variable
Variable zzGenericThe sixth variable
输出端口
端口类型说明
ValueVGenericExpression result
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_MassEval_OBSOLETE

GUID:655c5f2f-1e40-42b8-a93a-f05032794449

Ex

Expression

Expression

用于Expression相关操作,属于数学分类。原始说明:Evaluate an expression
插件:MathComponents.gha分类:Maths子分类:Script输入:2输出:1
输入端口
端口类型说明
Variable XxExpression variable
Variable YyExpression variable
输出端口
端口类型说明
ResultRGenericResult of expression
底层信息

MathComponents.ExpressionComponents.Component_Expression

GUID:9df5e896-552d-4c8c-b9ca-4fc147ffa022

F(

F(a,b,c,d) [OBSOLETE]

F(a,b,c,d) [OBSOLETE]

用于F(a,b,c,d) [OBSOLETE]相关操作,属于数学分类。原始说明:A function of four variables a, b, c and d
插件:MathComponents.gha分类:Maths子分类:Script输入:5输出:1
输入端口
端口类型说明
FThe function scriptTextSin(a+b) + Cos(c-d)
Variable aaNumberThe first variable
Variable bbNumberThe second variable
Variable ccNumberThe third variable
Variable ddNumberThe fourth variable
输出端口
端口类型说明
Result RRNumberEquation solution
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_ABCD_OBSOLETE

GUID:0f3a13d4-5bb7-499e-9b57-56bb6dce93fd

F(

F(x) [OBSOLETE]

F(x) [OBSOLETE]

用于F(x) [OBSOLETE]相关操作,属于数学分类。原始说明:A function of a single variable x (OBSOLETE)
插件:MathComponents.gha分类:Maths子分类:Script输入:2输出:1
输入端口
端口类型说明
FThe function scriptTextSin(x) + 2
Variable XxNumberThe variable to solve
输出端口
端口类型说明
Result YyNumberEquation solution
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_X_OBSOLETE

GUID:d3e721b4-f5ea-4e40-85fc-b68616939e47

F(

F(x,y) [OBSOLETE]

F(x,y) [OBSOLETE]

用于F(x,y) [OBSOLETE]相关操作,属于数学分类。原始说明:A function of two variables x and y
插件:MathComponents.gha分类:Maths子分类:Script输入:3输出:1
输入端口
端口类型说明
FThe function scriptTextSin(x) + Cos(y)
Variable xxNumberThe first variable
Variable yyNumberThe second variable
输出端口
端口类型说明
ResultrNumberExpression result
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_XY_OBSOLETE

GUID:d2b10b82-f612-4763-91ca-0cbdbe276171

F(

F(x,y,z) [OBSOLETE]

F(x,y,z) [OBSOLETE]

用于F(x,y,z) [OBSOLETE]相关操作,属于数学分类。原始说明:A function of three variables x, y and z
插件:MathComponents.gha分类:Maths子分类:Script输入:4输出:1
输入端口
端口类型说明
FThe function scriptTextSin(x) + Cos(y) + z^2
Variable xxNumberThe first variable
Variable yyNumberThe second variable
Variable zzNumberThe third variable
输出端口
端口类型说明
ResultrNumberExpression result
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Function_XYZ_OBSOLETE

GUID:e1c4bccc-4ecf-4f18-885d-dfd8983e572a

VB

VB Script

VB 脚本

用于VB 脚本相关操作,属于数学分类。原始说明:A VB.NET scriptable component
插件:ScriptComponents.gha分类:Maths子分类:Script输入:2输出:1
输入端口
端口类型说明
xxGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
yyGenericDynamic input variable. Add/remove inputs and set type hints from the component menu.
输出端口
端口类型说明
aaGenericDynamic output variable assigned inside the script.
底层信息

ScriptComponents.Component_VBNET_Script

GUID:

Va

Variable Expression

Variable Expression

用于Variable Expression相关操作,属于数学分类。原始说明:Expression component with a variable amount of input parameters.
插件:MathComponents.gha分类:Maths子分类:Script输入:2输出:1
输入端口
端口类型说明
Variable aaInput expression variable
Variable bbInput expression variable
输出端口
端口类型说明
ResultrGenericExpression result
底层信息

MathComponents.ExpressionComponentsObsolete.Component_Expression_N_OBSOLETE

GUID:ef4ead41-6762-4adf-8a20-12b973bdf008

Maths / Trig 2 个组件

De

Degrees

Degrees

用于Degrees相关操作,属于数学分类。原始说明:Convert an angle specified in radians to degrees
插件:MathComponents.gha分类:Maths子分类:Trig输入:1输出:1
输入端口
端口类型说明
RadiansRNumberAngle in radians
输出端口
端口类型说明
DegreesDNumberAngle in degrees
底层信息

MathComponents.FunctionComponents.FuncToDegrees

GUID:0d77c51e-584f-44e8-aed2-c2ddf4803888

Ra

Radians

Radians

用于Radians相关操作,属于数学分类。原始说明:Convert an angle specified in degrees to radians
插件:MathComponents.gha分类:Maths子分类:Trig输入:1输出:1
输入端口
端口类型说明
DegreesDNumberAngle in degrees
输出端口
端口类型说明
RadiansRNumberAngle in radians
底层信息

MathComponents.FunctionComponents.FuncToRadians

GUID:a4cd2751-414d-42ec-8916-476ebf62d7fe

Maths / Util 11 个组件

Av

Average

Average

用于Average相关操作,属于数学分类。原始说明:Solve the arithmetic average for a set of items
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:1
输入端口
端口类型说明
InputIGenericInput values for averaging
输出端口
端口类型说明
Arithmetic meanAMGenericArithmetic mean (average) of all input values
底层信息

MathComponents.OperatorComponents.Component_Average

GUID:7986486c-621a-48fb-8f27-a28a22c91cc9

Co

Complex Argument

Complex Argument

用于Complex Argument相关操作,属于数学分类。原始说明:Get the argument of a Complex number
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:1
输入端口
端口类型说明
ComplexCComplexNumberComplex number
输出端口
端口类型说明
ArgumentANumberArgument of the Complex number [C]
底层信息

MathComponents.ComplexComponents.Component_ComplexArgument

GUID:be715e4c-d6d8-447b-a9c3-6fea700d0b83

Co

Complex Components

Complex Components

用于Complex Components相关操作,属于数学分类。原始说明:Extract the Real and Imaginary components from a complex number
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:2
输入端口
端口类型说明
ComplexCComplexNumberComplex number to disembowel
输出端口
端口类型说明
RealRNumberReal component of complex number
ImaginaryiNumberImaginary component of complex number
底层信息

MathComponents.ComplexComponents.Component_ComplexComponent

GUID:1f384257-b26b-4160-a6d3-1dcd89b64acd

Co

Complex Conjugate

Complex Conjugate

用于Complex Conjugate相关操作,属于数学分类。原始说明:Create the conjugate of a Complex number
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:1
输入端口
端口类型说明
ComplexCComplexNumberComplex number
输出端口
端口类型说明
ConjugateCComplexNumberConjugate of the Complex number [C]
底层信息

MathComponents.ComplexComponents.Component_ComplexConjugate

GUID:7d2a6064-51f0-45b2-adc4-f417b30dcd15

Co

Complex Modulus

Complex Modulus

用于Complex Modulus相关操作,属于数学分类。原始说明:Get the modulus of a Complex number
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:1
输入端口
端口类型说明
ComplexCComplexNumberComplex number
输出端口
端口类型说明
ModulusMNumberModulus of the Complex number [C]
底层信息

MathComponents.ComplexComponents.Component_ComplexModulus

GUID:88fb33f9-f467-452b-a0e3-44bdb78a9b06

Cr

Create Complex

Create Complex

用于Create Complex相关操作,属于数学分类。原始说明:Create a complex number from a Real and an Imaginary component
插件:MathComponents.gha分类:Maths子分类:Util输入:2输出:1
输入端口
端口类型说明
RealRNumberReal component of complex number
ImaginaryiNumberImaginary component of complex number
输出端口
端口类型说明
ComplexCComplexNumberComplex number
底层信息

MathComponents.ComplexComponents.Component_CreateComplex

GUID:63d12974-2915-4ccf-ac26-5d566c3bac92

Ex

Extremes

Extremes

用于Extremes相关操作,属于数学分类。原始说明:Find the extremes in a list of values
插件:MathComponents.gha分类:Maths子分类:Util输入:2输出:2
输入端口
端口类型说明
AAGenericValue for comparison
BBGenericValue for comparison
输出端口
端口类型说明
MininumV-GenericLowest of all values
MaximumV+GenericHighest of all values
底层信息

MathComponents.OperatorComponents.Component_Extremes

GUID:37084b3f-2b66-4f3a-9737-80d0b0b7f0cb

In

Interpolate data

Interpolate data

用于Interpolate data相关操作,属于数学分类。原始说明:Interpolate a collection of data.
插件:MathComponents.gha分类:Maths子分类:Util输入:2输出:1
输入端口
端口类型说明
DataDGenericData to interpolate (simple data types only).
ParametertNumberNormalised interpolation parameter.
输出端口
端口类型说明
ValueVGenericInterpolated value.
底层信息

MathComponents.SetComponents.Component_InterpolateData

GUID:e168ff6b-e5c0-48f1-b831-f6996bf3b459

Ro

Round

Round

用于Round相关操作,属于数学分类。原始说明:Round a floating point value.
插件:MathComponents.gha分类:Maths子分类:Util输入:1输出:3
输入端口
端口类型说明
NumberxNumberNumber to round
输出端口
端口类型说明
NearestNIntegerInteger nearest to x
FloorFIntegerFirst integer smaller than or equal to x
CeilingCIntegerFirst integer larger than or equal to x
底层信息

MathComponents.OperatorComponents.Function_Round

GUID:a50c4a3b-0177-4c91-8556-db95de6c56c8

Tr

Truncate

Truncate

用于Truncate相关操作,属于数学分类。原始说明:Perform truncation of numerical extremes
插件:MathComponents.gha分类:Maths子分类:Util输入:2输出:1
输入端口
端口类型说明
InputIGenericInput values for truncation
Truncation factortNumberTruncation factor. Must be between 0.0 (no trucation) and 1.0 (full truncation)
输出端口
端口类型说明
ResultTGenericTruncated set
底层信息

MathComponents.OperatorComponents.Component_Truncate

GUID:bd96f893-d57b-4f04-90d0-dca0d72ff2f9

We

Weighted Average

Weighted Average

用于Weighted Average相关操作,属于数学分类。原始说明:Solve the arithmetic weighted average for a set of items
插件:MathComponents.gha分类:Maths子分类:Util输入:2输出:1
输入端口
端口类型说明
InputIGenericInput values for averaging
WeightsWNumberCollection of weights for each value
输出端口
端口类型说明
Arithmetic meanAMGenericArithmetic mean (average) of all input values
底层信息

MathComponents.OperatorComponents.Component_WeightedAverage

GUID:338666eb-14c5-4d9b-82e2-2b5be60655df

Mesh / Analysis 11 个组件

De

Deconstruct Face

拆解 Face

用于拆解 Face相关操作,属于网格分类。原始说明:Deconstruct a mesh face into its four corner indices.
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:4
输入端口
端口类型说明
FaceFMeshFaceMesh face
输出端口
端口类型说明
Corner AAIntegerIndex of first face vertex
Corner BBIntegerIndex of second face vertex
Corner CCIntegerIndex of third face vertex
Corner DDIntegerIndex of fourth face vertex (identical to C if face is a triangle)
底层信息

SurfaceComponents.MeshComponents.Component_DeconstructFace

GUID:aab142b1-b870-46de-8e86-654c9a554d90

De

Deconstruct Mesh

拆解 Mesh

用于拆解 Mesh相关操作,属于网格分类。原始说明:Deconstruct a mesh into its component parts.
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:3
输入端口
端口类型说明
MeshMMeshBase mesh
输出端口
端口类型说明
VerticesVPointMesh vertices
ColoursCColourMesh vertex colours
NormalsNVectorMesh normals
底层信息

SurfaceComponents.MeshComponents.Component_DeconstructMesh

GUID:ba2d8f57-0738-42b4-b5a5-fe4d853517eb

Fa

Face Boundaries

Face Boundaries

用于Face Boundaries相关操作,属于网格分类。原始说明:Convert all mesh faces to polylines
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:1
输入端口
端口类型说明
MeshMMeshMesh for face boundary extraction
输出端口
端口类型说明
BoundariesBCurveBoundary polylines for each mesh face
底层信息

SurfaceComponents.MeshComponents.Component_MeshFaceBoundaries_OBSOLETE

GUID:08d45f16-c708-4ede-8fd3-b70a0a7abd8f

Fa

Face Boundaries

Face Boundaries

用于Face Boundaries相关操作,属于网格分类。原始说明:Convert all mesh faces to polylines
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:1
输入端口
端口类型说明
MeshMMeshMesh for face boundary extraction
输出端口
端口类型说明
BoundariesBCurveBoundary polylines for each mesh face
底层信息

SurfaceComponents.MeshComponents.Component_MeshFaceBoundaries

GUID:0b4ac802-fc4a-4201-9c66-0078b837c1eb

Fa

Face Circles

Face Circles

用于Face Circles相关操作,属于网格分类。原始说明:Solve the circumscribed circles for all mesh faces
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:2
输入端口
端口类型说明
MeshMMeshMesh for normal and center point extraction
输出端口
端口类型说明
CentersCCircleCircum-circles for all mesh triangles (quads are skipped)
RatioRNumberRatio of triangles; altitude / longest edge. (quads are skipped)
底层信息

SurfaceComponents.MeshComponents.Component_MeshFaceCircles

GUID:d8cf1555-a0d5-43cb-8a10-46f8c014db3a

Fa

Face Normals

Face Normals

用于Face Normals相关操作,属于网格分类。原始说明:Extract the normals and center points of all faces in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:2
输入端口
端口类型说明
MeshMMeshMesh for normal and center point extraction
输出端口
端口类型说明
CentersCPointCenter-points of all faces
NormalsNVectorNormal vectors for all faces
底层信息

SurfaceComponents.MeshComponents.Component_MeshFaceNormals

GUID:cb4ca22c-3419-4962-a078-ad4ff7f1f929

Me

Mesh Closest Point

Mesh 最近 点

用于Mesh 最近 点相关操作,属于网格分类。原始说明:Finds the closest point on a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:2输出:3
输入端口
端口类型说明
PointPPointPoint to search from
MeshMMeshMesh to search for closest point
输出端口
端口类型说明
PointPPointLocation on mesh closest to search point
IndexIIntegerFace index of closest point
ParameterPMesh parameter for closest point
底层信息

SurfaceComponents.MeshComponents.Component_MeshClosestPoint

GUID:a559fee2-4b76-4370-8042-c7440cd75049

Me

Mesh Depth

Mesh Depth

用于Mesh Depth相关操作,属于网格分类。原始说明:Validate the depth of a mesh.
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:3输出:2
输入端口
端口类型说明
MeshMMeshMesh for inclusion test (only closed meshes will be considered)
MinimumMinNumberMinimum valid mesh depth.
MaximumMaxNumberMaximum valid mesh depth.
输出端口
端口类型说明
MeshMMeshColoured mesh
ValidVBooleanTrue if mesh does not exceed limits
底层信息

SurfaceComponents.MeshComponents.Component_MeshDepth

GUID:07a3b2a0-c4d0-4638-9044-39ac4681e782

Me

Mesh Edges

Mesh Edges

用于Mesh Edges相关操作,属于网格分类。原始说明:Get all the edges of a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:1输出:3
输入端口
端口类型说明
MeshMMeshMesh for edge extraction
输出端口
端口类型说明
Naked EdgesE1LineEdges with valence 1 (a single adjacent face)
Interior EdgesE2LineEdges with valence 2 (two adjacent faces)
Non-Manifold EdgesE3LineEdges with valence 3 or higher
底层信息

SurfaceComponents.MeshComponents.Component_MeshEdges

GUID:2b9bf01d-5fe5-464c-b0b3-b469eb5f2efb

Me

Mesh Eval

Mesh Eval

用于Mesh Eval相关操作,属于网格分类。原始说明:Evaluate a mesh at a given parameter
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:2输出:3
输入端口
端口类型说明
MeshMMeshMesh to evaluate
ParameterPMesh parameter for evaluation
输出端口
端口类型说明
PointPPointPoint at mesh parameter
NormalNVectorNormal vector at mesh parameter
ColourCColourColour at mesh parameter
底层信息

SurfaceComponents.MeshComponents.Component_MeshEvaluate

GUID:b2dc090f-b022-4264-8889-87e22979336e

Me

Mesh Inclusion

Mesh Inclusion

用于Mesh Inclusion相关操作,属于网格分类。原始说明:Test a point for Mesh inclusion
插件:SurfaceComponents.gha分类:Mesh子分类:Analysis输入:3输出:1
输入端口
端口类型说明
MeshMMeshMesh for inclusion test (only closed meshes will be considered)
PointPPointPoint for inclusion test
StrictSBooleanIf true, then the inclusion is strict
输出端口
端口类型说明
InsideIBooleanInside flag for point inclusion
底层信息

SurfaceComponents.MeshComponents.Component_MeshInclusion

GUID:01e3991d-18bd-474f-9fbd-076a8700159f

Mesh / Primitive 10 个组件

Co

Construct Mesh

构造 Mesh

用于构造 Mesh相关操作,属于网格分类。原始说明:Construct a mesh from vertices, faces and optional colours.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:3输出:1
输入端口
端口类型说明
VerticesVPointVertices of mesh object
FacesFMeshFaceFaces of mesh object
ColoursCColourOptional vertex colours
输出端口
端口类型说明
MeshMMeshConstructed mesh
底层信息

SurfaceComponents.MeshComponents.Component_Mesh

GUID:e2c0f9db-a862-4bd9-810c-ef2610e7a56f

Me

Mesh Box

Mesh 盒体

用于Mesh 盒体相关操作,属于网格分类。原始说明:Create a mesh box.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:4输出:1
输入端口
端口类型说明
BaseBBoxBase box
X CountXIntegerFace count in {x} direction
Y CountYIntegerFace count in {y} direction
Z CountZIntegerFace count in {z} direction
输出端口
端口类型说明
MeshMMeshThe 3D mesh box
底层信息

SurfaceComponents.MeshComponents.Component_MeshBox

GUID:2696bd14-3fb5-4750-827f-86df6c31d664

Me

Mesh Colours

Mesh Colours

用于Mesh Colours相关操作,属于网格分类。原始说明:Assign a repeating colour pattern to a mesh object.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:2输出:1
输入端口
端口类型说明
MeshMMeshBase mesh
ColoursCColourColour pattern
输出端口
端口类型说明
MeshMMeshColoured mesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshColour

GUID:d2cedf38-1149-4adc-8dbf-b06571cb5106

Me

Mesh Plane

Mesh 平面

用于Mesh 平面相关操作,属于网格分类。原始说明:Create a mesh plane.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:5输出:2
输入端口
端口类型说明
BaseBPlaneBase plane
WidthWIntervalDomain of width
HeightHIntervalDomain of height
Width countCwIntegerNumber of faces along {x} direction
Height countChIntegerNumber of faces along {y} direction
输出端口
端口类型说明
MeshMMeshMesh plane
AreaANumberArea of mesh plane
底层信息

SurfaceComponents.MeshComponents.Component_MeshPlane_OBSOLETE

GUID:dd8d834f-40f1-4a84-8e4b-9fa8efe7be41

Me

Mesh Plane

Mesh 平面

用于Mesh 平面相关操作,属于网格分类。原始说明:Create a mesh plane.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:3输出:2
输入端口
端口类型说明
BoundaryBRectangleRectangle describing boundary of plane
Width countWIntegerNumber of faces along {x} direction
Height countHIntegerNumber of faces along {y} direction
输出端口
端口类型说明
MeshMMeshMesh plane
AreaANumberArea of mesh plane
底层信息

SurfaceComponents.MeshComponents.Component_MeshPlane

GUID:8adbf481-7589-4a40-b490-006531ea001d

Me

Mesh Quad

Mesh Quad

用于Mesh Quad相关操作,属于网格分类。原始说明:Create a mesh quad.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:4输出:0
输入端口
端口类型说明
Corner AAIntegerIndex of first face corner
Corner BBIntegerIndex of second face corner
Corner CCIntegerIndex of third face corner
Corner DDIntegerIndex of fourth face corner
输出端口

这个组件没有显式输出端口。

底层信息

SurfaceComponents.MeshComponents.Component_QuadFace

GUID:1cb59c86-7f6b-4e52-9a0c-6441850e9520

Me

Mesh Sphere

Mesh 球体

用于Mesh 球体相关操作,属于网格分类。原始说明:Create a mesh sphere.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:4输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberRadius of mesh sphere
U CountUIntegerNumber of faces around sphere
V CountVIntegerNumber of faces from pole to pole
输出端口
端口类型说明
MeshMMeshMesh sphere
底层信息

SurfaceComponents.MeshComponents.Component_MeshSphere

GUID:0a391eac-5048-443c-9c1b-f592299b6dd6

Me

Mesh Sphere Ex

Mesh 球体 Ex

用于Mesh 球体 Ex相关操作,属于网格分类。原始说明:Create a mesh sphere from square patches.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:3输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberRadius of mesh sphere
CountCIntegerNumber of faces along each patch edge
输出端口
端口类型说明
MeshMMeshMesh sphere
底层信息

SurfaceComponents.MeshComponents.Component_MeshSphere2

GUID:76f85ee4-5a88-4511-8ba7-30df07e50533

Me

Mesh Spray

Mesh Spray

用于Mesh Spray相关操作,属于网格分类。原始说明:Assign colours to a mesh based on spray points.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:3输出:1
输入端口
端口类型说明
MeshMMeshBase mesh
PointsPPointSpray points
ColoursCColourColours of spray points
输出端口
端口类型说明
MeshMMeshSprayed mesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshColourSpray

GUID:edcf10e1-02a0-48a4-ae2d-70c50d903dc8

Me

Mesh Triangle

Mesh Triangle

用于Mesh Triangle相关操作,属于网格分类。原始说明:Create a mesh triangle.
插件:SurfaceComponents.gha分类:Mesh子分类:Primitive输入:3输出:0
输入端口
端口类型说明
Corner AAIntegerIndex of first face corner
Corner BBIntegerIndex of second face corner
Corner CCIntegerIndex of third face corner
输出端口

这个组件没有显式输出端口。

底层信息

SurfaceComponents.MeshComponents.Component_TriangleFace

GUID:5a4ddedd-5af9-49e5-bace-12910a8b9366

Mesh / Triangulation 18 个组件

Co

Convex Hull

Convex Hull

用于Convex Hull相关操作,属于网格分类。原始说明:Compute the planar, convex hull for a collection of points
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:2输出:3
输入端口
端口类型说明
PointsPPointPoints for convex hull solution
PlanePlPlaneOptional base plane. If no plane is provided, then the best-fit plane will be used.
输出端口
端口类型说明
HullHCurveConvex hull in base plane space
Hull(z)HzCurveConvex hull in world space
IndicesIIntegerIndices of points on convex hull
底层信息

TriangulationComponents.Component_ConvexHull

GUID:9d0c5284-ea24-4f9f-a183-ef57fc48b5b8

De

Delaunay Edges

Delaunay Edges

用于Delaunay Edges相关操作,属于网格分类。原始说明:Delaunay connectivity
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:2输出:2
输入端口
端口类型说明
PointsPPointPoints for triangulate
PlanePlPlaneOptional base plane. If no plane is provided, then the best-fit plane will be used.
输出端口
端口类型说明
ConnectivityCIntegerTopological Connectivity diagram
EdgesELineEdges of the connectivity diagram
底层信息

TriangulationComponents.Component_Connectivity

GUID:db2a4d25-23fa-4887-8983-ee5293cc82c0

De

Delaunay Mesh

Delaunay Mesh

用于Delaunay Mesh相关操作,属于网格分类。原始说明:Delaunay triangulation
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:2输出:1
输入端口
端口类型说明
PointsPPointPoints for triangulate
PlanePlPlaneOptional base plane. If no plane is provided, then the best-fit plane will be used.
输出端口
端口类型说明
MeshMMeshMesh
底层信息

TriangulationComponents.Component_Delaunay

GUID:1eb4f6ff-3547-4184-bead-1b01e7cfd668

Fa

Facet Dome

Facet Dome

用于Facet Dome相关操作,属于网格分类。原始说明:Create a facetted dome
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:3输出:2
输入端口
端口类型说明
PointsPPointPoints on dome that describe the facet centers
BoxBBoxOptional bounding box for facet boundary
RadiusRNumberOptional radius for facets
输出端口
端口类型说明
PatternPCurveComplete facet pattern
DomeDSurfacedome surface
底层信息

TriangulationComponents.Component_FacetDome

GUID:190c0070-8cbf-4347-94c2-d84bbb488d55

Oc

OcTree

OcTree

用于OcTree相关操作,属于网格分类。原始说明:A three-dimensional oc-tree structure
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:3输出:2
输入端口
端口类型说明
PointsPPointInput points
SquareSBooleanSquare leafs
GroupGIntegerPermitted content per leaf
输出端口
端口类型说明
BoxesBBoxOc-tree leave boxes
PointsPPointPoints per box
底层信息

TriangulationComponents.Component_OcTree

GUID:a59a68ad-fdd6-41dd-88f0-d7a6fb8d2e16

Pr

Proximity 2D

Proximity 2D

用于Proximity 2D相关操作,属于网格分类。原始说明:Search for two-dimensional proximity within a point list
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:5输出:2
输入端口
端口类型说明
PointsPPointInput points
PlanePlPlaneOptional base plane. If null, the best fit plane is used
GroupGIntegerMaximum number of closest points to find
Min RadiusR-NumberOptional minimum search radius.
Max RadiusR+NumberOptional maximum search radius.
输出端口
端口类型说明
LinksLLineProximity links
TopologyTIntegerProximity topology
底层信息

TriangulationComponents.Component_Proximity2D

GUID:458ed0e0-19a3-419b-8ead-f524925b8a35

Pr

Proximity 3D

Proximity 3D

用于Proximity 3D相关操作,属于网格分类。原始说明:Search for three-dimensional proximity within a point list
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:4输出:2
输入端口
端口类型说明
PointsPPointInput points
GroupGIntegerMaximum number of closest points to find
Min RadiusR-NumberOptional minimum search radius.
Max RadiusR+NumberOptional maximum search radius.
输出端口
端口类型说明
LinksLLineProximity links
TopologyTIntegerProximity topology
底层信息

TriangulationComponents.Component_Proximity3D

GUID:e504d619-4467-437a-92fa-c6822d16b066

Qu

Quad Remesh

Quad Remesh

用于Quad Remesh相关操作,属于网格分类。原始说明:Perform quad-remeshing on a shape.
插件:XformComponents.gha分类:Mesh子分类:Triangulation输入:3输出:1
输入端口
端口类型说明
MeshMMeshMesh to operate on
GuidesGCurveGuide curves
SettingsSRemeshing settings
输出端口
端口类型说明
Quad resultQMeshResulting mesh with quad faces only.
底层信息

QuadRemeshComponents.QuadRemeshComponent

GUID:1a17d3f0-c8f8-4ee9-8dab-ea1c29db6a49

Qu

Quad Remesh Settings

Quad Remesh Settings

用于Quad Remesh Settings相关操作,属于网格分类。原始说明:Create setting for Quad-remeshing.
插件:XformComponents.gha分类:Mesh子分类:Triangulation输入:7输出:1
输入端口
端口类型说明
Target CountTcIntegerNumber of quads to aim for in the result.
Adaptive SizeAsNumberA number in the range [0, 100] controlling how the quad sizes change depending on curvature.
Adaptive CountAcBooleanTrue if the number of quads is allowed to be higher for high-curvature areas.
Hard EdgesHeBooleanDetect and retain hard edges in the input mesh.
Seam EdgesSeIntegerDetect and retain brep-face boundary edges (0=Off, 1=Smart, 2=Strict).
SymmetrySyIntegerSymmetry axis (0=none, 1=X, 2=Y, 3=Z).
Guide CurvesGcIntegerGuide curve influence. (0=approximate, 1=edge-ring, 2=edge-loop).
输出端口
端口类型说明
SettingsSQuad-remesher settings
底层信息

QuadRemeshComponents.QuadRemeshSettingsComponent

GUID:f562505b-4c49-49d1-932d-c8804b3fcec6

Qu

QuadTree

QuadTree

用于QuadTree相关操作,属于网格分类。原始说明:A two-dimensional quadtree structure
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:4输出:2
输入端口
端口类型说明
PointsPPointInput points
PlanePlPlaneOptional base plane. If omitted, the best fit plane is used
SquareSBooleanSquare leafs
GroupGIntegerPermitted content per leaf
输出端口
端口类型说明
QuadsQCurveQuad tree leaves
PointsPPointPoints per quad
底层信息

TriangulationComponents.Component_QuadTree

GUID:8102032b-9699-4949-ab12-3017a31d1062

Su

Substrate

Substrate

用于Substrate相关操作,属于网格分类。原始说明:Substrate algorithm inspired by Jared Tarbell (Complexification.net)
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:5输出:1
输入端口
端口类型说明
BorderBRectangleBorder for substrate
CountNIntegerNumber of lines in substrate
AnglesANumberBase angles (in radians) in substrate
DeviationDNumberAngular deviation (in radians) of new lines
SeedSIntegerRandom seed for solution
输出端口
端口类型说明
SubstrateSLineSubstrate diagram
底层信息

TriangulationComponents.Component_Substrate

GUID:415750fd-c0ec-4411-84d0-01f28ab23066

Tr

TriRemesh

TriRemesh

用于TriRemesh相关操作,属于网格分类。原始说明:Convert a Brep or Mesh into a mesh of near equilateral triangles
插件:Kangaroo2Component.gha分类:Mesh子分类:Triangulation输入:6输出:3
输入端口
端口类型说明
GeometryGeometryGeometryInitial Mesh, Brep, Surface or Curve to remesh
TargetTargetMeshOptional different target mesh to pull to. If none given, initial mesh is used.
SharpSharpBooleanPreserve sharp features
FeaturesFeaturesGenericOptional additional curves or points to preserve
LengthLengthNumberTarget edge length
IterationsItersIntegerNumber of remeshing steps to perform
输出端口
端口类型说明
TriangulationTMeshRemeshed result
DualDMeshDual Ngon mesh
CreasesCLineEdge lines of sharp features
底层信息

Kangaroo2Component.KMeshMachine.TriRemesh

GUID:866222ee-6093-4af8-8944-2f9264885385

Vo

Voronoi

Voronoi

用于Voronoi相关操作,属于网格分类。原始说明:Planar voronoi diagram for a collection of points
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:4输出:1
输入端口
端口类型说明
PointsPPointPoints for Voronoi diagram
RadiusRNumberOptional cell radius
BoxBBoxOptional containment box for diagram.
PlanePlPlaneOptional base plane. If no plane is provided, then the best-fit plane will be used.
输出端口
端口类型说明
CellsCCurveCells of the voronoi diagram.
底层信息

TriangulationComponents.Component_PlanarVoronoi_OBSOLETE

GUID:ee9261ab-75a4-478f-b483-a50b755b07fd

Vo

Voronoi

Voronoi

用于Voronoi相关操作,属于网格分类。原始说明:Planar voronoi diagram for a collection of points
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:4输出:1
输入端口
端口类型说明
PointsPPointPoints for Voronoi diagram
RadiusRNumberOptional cell radius
BoundaryBRectangleOptional containment boundary for diagram.
PlanePlPlaneOptional base plane. If no plane is provided, then the best-fit plane will be used.
输出端口
端口类型说明
CellsCCurveCells of the voronoi diagram.
底层信息

TriangulationComponents.Component_PlanarVoronoi

GUID:a4011be0-1c91-45bd-8280-17dd3a9f46f1

Vo

Voronoi 3D

Voronoi 3D

用于Voronoi 3D相关操作,属于网格分类。原始说明:Volumetric voronoi diagram for a collection of points
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:2输出:2
输入端口
端口类型说明
PointsPPointPoints for Voronoi diagram
BoxBBoxOptional diagram boundary
输出端口
端口类型说明
CellsCBrepCells of the 3D Voronoi diagram
BoundaryBBooleanList of boolean values indicating for each cell whether it is part of the original boundary
底层信息

TriangulationComponents.Component_VolumeVoronoi

GUID:ba9bb57a-61cf-4207-a1c4-994e371ba4f9

Vo

Voronoi Cell

Voronoi Cell

用于Voronoi Cell相关操作,属于网格分类。原始说明:Compute a single 3D Voronoi cell
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:3输出:1
输入端口
端口类型说明
PointPPointSeed point for voronoi cell
NeighboursNPointNeighbour points
BoxBBoxOptional cell boundary
输出端口
端口类型说明
CellCBrepVoronoi 3D cell
底层信息

TriangulationComponents.Component_VoronoiCell

GUID:7b181be1-30e7-4a97-915a-1b461741aef8

Vo

Voronoi Groups

Voronoi Groups

用于Voronoi Groups相关操作,属于网格分类。原始说明:Compute a custom set of nested voronoi diagrams.
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:3输出:2
输入端口
端口类型说明
PlanePPlanePlane for diagram
Generation 1G1PointPoints in generation 1
Generation 2G2PointPoints in generation 2
输出端口
端口类型说明
Diagram 1D1CurveVoronoi diagram for generation 1 points
Diagram 2D2CurveVoronoi diagram for generation 2 points
底层信息

TriangulationComponents.Component_RecursivePlanarVoronoi_OBSOLETE

GUID:ab454a50-debf-46d1-9bd1-82648416a802

Vo

Voronoi Groups

Voronoi Groups

用于Voronoi Groups相关操作,属于网格分类。原始说明:Compute a custom set of nested voronoi diagrams.
插件:TriangulationComponents.gha分类:Mesh子分类:Triangulation输入:3输出:2
输入端口
端口类型说明
BoundaryBRectangleDiagram boundary
Generation 1G1PointPoints in generation 1
Generation 2G2PointPoints in generation 2
输出端口
端口类型说明
Diagram 1D1CurveVoronoi diagram for generation 1
Diagram 2D2CurveVoronoi diagram for generation 2
底层信息

TriangulationComponents.Component_RecursivePlanarVoronoi

GUID:9d4854fe-70db-4863-967b-4120d0b6d2e4

Mesh / Util 25 个组件

Al

Align Vertices

Align Vertices

用于Align Vertices相关操作,属于网格分类。原始说明:Align nearby vertices in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:2
输入端口
端口类型说明
MeshMMeshMesh to align
ToleranceTNumberAlignment tolerance
输出端口
端口类型说明
ResultRMeshAligned mesh
CountNIntegerNumber of aligned vertices
底层信息

SurfaceComponents.MeshComponents.Component_MeshAlignVertices

GUID:db661dd7-63a4-44c6-91f2-6faab2471383

Bl

Blur Mesh

Blur Mesh

用于Blur Mesh相关操作,属于网格分类。原始说明:Blur the colours on a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh to blur
IterationsIIntegerNumber of consecutive blurring iterations
输出端口
端口类型说明
MeshMMeshMesh with blurred vertex colours
底层信息

SurfaceComponents.MeshComponents.Component_MeshBlur

GUID:48a9fa10-8d3c-4767-aca6-81232271f6e0

Cu

Cull Faces

剔除 Faces

用于剔除 Faces相关操作,属于网格分类。原始说明:Cull faces from a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh for face culling
PatternPBooleanFace culling pattern
输出端口
端口类型说明
MeshMMeshMesh with all indicated faces removed
底层信息

SurfaceComponents.MeshComponents.Component_MeshCullFaces

GUID:57edd208-760a-4f0f-87e6-ca1bbd74133b

Cu

Cull Vertices

剔除 Vertices

用于剔除 Vertices相关操作,属于网格分类。原始说明:Cull vertices from a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:3输出:1
输入端口
端口类型说明
MeshMMeshMesh for vertex culling
PatternPBooleanVertex culling pattern
ShrinkSBooleanShrink quads, if true, quads will become triangles if possible
输出端口
端口类型说明
MeshMMeshMesh with all indicated vertices removed
底层信息

SurfaceComponents.MeshComponents.Component_MeshCullVertices

GUID:9d50bf9b-46bc-403a-9ec9-1052f51dd6b6

De

Delete Faces

Delete Faces

用于Delete Faces相关操作,属于网格分类。原始说明:Delete faces from a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh for face deletion
IndicesIIntegerList of all face indices to delete
输出端口
端口类型说明
MeshMMeshMesh with all indexed faces removed
底层信息

SurfaceComponents.MeshComponents.Component_MeshDeleteFaces

GUID:d0f1311b-8287-4484-b2ea-1475c6770926

De

Delete Vertices

Delete Vertices

用于Delete Vertices相关操作,属于网格分类。原始说明:Delete vertices from a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:3输出:1
输入端口
端口类型说明
MeshMMeshMesh for vertex deletion
IndicesIIntegerList of all vertex indices to delete
ShrinkSBooleanShrink quads, if true, quads will become triangles if possible
输出端口
端口类型说明
MeshMMeshMesh with all indexed vertices removed
底层信息

SurfaceComponents.MeshComponents.Component_MeshDeleteVertices

GUID:23d715f7-4bc6-4e69-b76d-7c04ca2ebf5f

Di

Disjoint Mesh

Disjoint Mesh

用于Disjoint Mesh相关操作,属于网格分类。原始说明:Split a mesh into disjoint pieces.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:1输出:1
输入端口
端口类型说明
MeshMMeshMesh to split
输出端口
端口类型说明
MeshesMMeshDisjoint pieces
底层信息

SurfaceComponents.MeshComponents.Component_MeshSplitDisjoint

GUID:4dce5963-dc1a-4710-8991-9437ea23888d

Ex

Exposure

Exposure

用于Exposure相关操作,属于网格分类。原始说明:Solve mesh exposure for a collection of energy rays and obstructions.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:5输出:2
输入端口
端口类型说明
ShapeSMeshMesh for exposure solution
ObstructionsOMeshOptional additional obstructing geometry
RaysRVectorLight ray directions
EnergyENumberOptional Energy values for each ray
LambertLBooleanIf true, Lambertian shading will be applied,
输出端口
端口类型说明
ExposureENumberCombined exposure for every individual mesh vertex.
RangeRIntervalExposure Range for the entire mesh.
底层信息

SurfaceComponents.ShadingComponents.Component_Exposure

GUID:a78e3fbc-d199-4bd9-8df0-fc4c2743eb31

Fl

Flip Mesh

Flip Mesh

用于Flip Mesh相关操作,属于网格分类。原始说明:Flip the normal vectors of a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:4输出:1
输入端口
端口类型说明
MeshMMeshMesh to flip
Vertex NormalsVnBooleanFlip all vertex normals
Face NormalsFnBooleanFlip all face normals
Face OrientationFoBooleanReverse all face orientations
输出端口
端口类型说明
ResultRMeshFlipped mesh
底层信息

SurfaceComponents.MeshComponents.GH_MeshFlip

GUID:47fbc929-e88a-4a13-882e-dad84763256d

Me

Mesh Brep

Mesh Brep

用于Mesh Brep相关操作,属于网格分类。原始说明:Create a mesh that approximates Brep geometry
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
BrepBBrepBrep geometry
SettingsSSettings to be used by meshing algorithm
输出端口
端口类型说明
MeshMMeshMesh approximation
底层信息

SurfaceComponents.MeshComponents.Component_MeshBRep

GUID:60e7defa-8b21-4ee1-99aa-a9223d6134ff

Me

Mesh Join

Mesh 合并

用于Mesh 合并相关操作,属于网格分类。原始说明:Join a set of meshes into a single mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:1输出:1
输入端口
端口类型说明
MeshesMMeshMeshes to join
输出端口
端口类型说明
MeshMMeshMesh join result
底层信息

SurfaceComponents.MeshComponents.Component_MeshJoin

GUID:4bc9dbbf-fec8-4348-a3af-e33e7edc8e7b

Me

Mesh Shadow

Mesh Shadow

用于Mesh Shadow相关操作,属于网格分类。原始说明:Compute the shadow outline for a mesh object
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:3输出:1
输入端口
端口类型说明
MeshMMeshMesh for shadow casting
LightLVectorDirection of light rays
PlanePPlanePlane that receives the shadows
输出端口
端口类型说明
OutlinesOCurveShadow contours
底层信息

SurfaceComponents.MeshComponents.Component_MeshShadow

GUID:c3dce3e8-c9cc-413c-a93f-732434282fdd

Me

Mesh Split Plane

Mesh 拆分 平面

用于Mesh 拆分 平面相关操作,属于网格分类。原始说明:Split a mesh with an infinite plane.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:2
输入端口
端口类型说明
MeshMMeshMesh to split
PlanePPlaneSplitting plane
输出端口
端口类型说明
AboveAMeshPieces above the plane.
BelowBMeshPieces below the plane.
底层信息

SurfaceComponents.MeshComponents.Component_MeshSplitPlane

GUID:330eb9c9-0098-4375-9078-e00a419d49fb

Me

Mesh Surface

Mesh 曲面

用于Mesh 曲面相关操作,属于网格分类。原始说明:Create a Surface UV mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:5输出:1
输入端口
端口类型说明
SurfaceSSurfaceSurface geometry
U CountUIntegerNumber of quads in U direction
V CountVIntegerNumber of quads in V direction
OverhangHBooleanAllow faces to overhang trims
EqualizeQBooleanEqualize span length
输出端口
端口类型说明
MeshMMeshUV Mesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshSurfaceUV

GUID:58cf422f-19f7-42f7-9619-fc198c51c657

Oc

Occlusion

Occlusion

用于Occlusion相关操作,属于网格分类。原始说明:Solve occlusion for a collection of view rays and obstructions.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:3输出:2
输入端口
端口类型说明
SamplesSPointSample points for occlusion testing
ObstructionsOMeshObstructing geometry
RaysRVectorView rays
输出端口
端口类型说明
HitsHIntegerNumber of occluded rays per sample.
OcclusionOBooleanOcclusion topology for every individual sample.
底层信息

SurfaceComponents.ShadingComponents.Component_Occlusion

GUID:1583bd7e-4ab7-4439-b922-d6f8cd63c399

Qu

Quadrangulate

Quadrangulate

用于Quadrangulate相关操作,属于网格分类。原始说明:Quadrangulate as many triangles as possible in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:3输出:2
输入端口
端口类型说明
MeshMMeshMesh to quadrangulate
AngleANumberAngle threshold. Triangles that exceed this kink-angle will not be merged.
RatioRNumberRatio threshold. Quads that have a ratio (shortest diagonal/longest diagonal) that exceed the threshold, will not be considered.
输出端口
端口类型说明
MeshMMeshQuadrangulated mesh (not all triangles are guaranteed to be converted).
CountNIntegerNumber of triangles that were quadrangulated
底层信息

SurfaceComponents.MeshComponents.Component_MeshQuadrangulate

GUID:9266a2bb-918f-4675-9c91-f67d0dd33eac

Se

Settings (Custom)

Settings (Custom)

用于Settings (Custom)相关操作,属于网格分类。原始说明:Represents custom mesh settings.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:10输出:1
输入端口
端口类型说明
Stitch SeamsStitchBooleanEdges of adjacent faces are matched up if True.
Simple PlanesPlanesBooleanPlanar faces are meshed with a minimum amount of triangles.
RefineRefineBooleanRefine the initial grid if it exceeds tolerance accuracy.
Min CountMinIntegerMinimum number of quads in the initial grid per face.
Max CountMaxIntegerMaximum number of quads in the initial grid per face.
Aspect RatioAspectNumberMaximum aspect ratio of quads in the initial grid.
Max DistanceMax DistNumberMaximum allowed distance between center of edges and underlying surface.
Max AngleMax AngleNumberMaximum allowed angle (in degrees) between the normals of two adjacent quads.
Min EdgeMin EdgeNumberMinimum allowed edge length.
Max EdgeMax EdgeNumberMaximum allowed edge length.
输出端口
端口类型说明
SettingsSSmooth mesh settings
底层信息

SurfaceComponents.MeshComponents.Component_MeshSettingsCustom

GUID:4a0180e5-d8f9-46e7-bd34-ced804601462

Se

Settings (Quality)

Settings (Quality)

用于Settings (Quality)相关操作,属于网格分类。原始说明:Represents 'Smooth & slower' mesh settings.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:0输出:1
输入端口

这个组件没有显式输入端口。

输出端口
端口类型说明
SettingsSSmooth mesh settings
底层信息

SurfaceComponents.MeshComponents.Component_MeshSettingsSmoothAndSlower

GUID:1b0ee096-cc76-4847-8941-04a9e256de76

Se

Settings (Speed)

Settings (Speed)

用于Settings (Speed)相关操作,属于网格分类。原始说明:Represents 'Jagged & faster' mesh settings.
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:0输出:1
输入端口

这个组件没有显式输入端口。

输出端口
端口类型说明
SettingsSCoarse mesh settings
底层信息

SurfaceComponents.MeshComponents.Component_MeshSettingsJaggedAndFaster

GUID:255ca3e9-2c1e-443a-a404-e76b5c63f4cb

Si

Simple Mesh

Simple Mesh

用于Simple Mesh相关操作,属于网格分类。原始说明:Create a mesh that represents a Brep as simply as possible
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:1输出:1
输入端口
端口类型说明
BrepBBrepBrep to mesh, only breps with triangle or quad faces are supported.
输出端口
端口类型说明
MeshMMeshMesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshBrepSimple

GUID:c3f9cea5-6fd4-4db5-959b-08cd08ed9fe1

Sm

Smooth Mesh

Smooth Mesh

用于Smooth Mesh相关操作,属于网格分类。原始说明:Smooth the vertices of a mesh
插件:TriangulationComponents.gha分类:Mesh子分类:Util输入:5输出:1
输入端口
端口类型说明
MeshMMeshMesh to smooth
StrengthSNumberSmoothing strength (0.0=none, 1.0=max)
Skip NakedNBooleanSkip naked vertices
IterationsIIntegerNumber of successive smoothing steps
LimitLNumberOptional maximum displacement per point
输出端口
端口类型说明
MeshMMeshSmoothed mesh
底层信息

TriangulationComponents.Component_SmoothMesh

GUID:e45aa4a0-e40d-421c-a335-5185dd131836

Tr

Triangulate

Triangulate

用于Triangulate相关操作,属于网格分类。原始说明:Triangulate all quads in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:1输出:2
输入端口
端口类型说明
MeshMMeshMesh to triangulate
输出端口
端口类型说明
MeshMMeshMesh with only triangle faces
CountNIntegerNumber of quads that were triangulated
底层信息

SurfaceComponents.MeshComponents.Component_MeshTriangulate

GUID:3fba11d5-b30a-4146-8d80-d591e7a0a287

Un

Unify Mesh

Unify Mesh

用于Unify Mesh相关操作,属于网格分类。原始说明:Unify the normals of a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:1输出:2
输入端口
端口类型说明
MeshMMeshMesh to unify
输出端口
端口类型说明
ResultRMeshUnified mesh
CountNIntegerNumber of faces that were flipped
底层信息

SurfaceComponents.MeshComponents.GH_MeshUnify

GUID:ca6a48f4-b681-4989-b0c1-301a2929a84c

Un

Unweld Mesh

Unweld Mesh

用于Unweld Mesh相关操作,属于网格分类。原始说明:Unweld (split) creases in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh to unweld
AngleAAngleUnweld angle
输出端口
端口类型说明
ResultRMeshUnwelded mesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshUnweld

GUID:47814a17-ca9e-4305-9400-3a9c8d71c19d

We

Weld Mesh

Weld Mesh

用于Weld Mesh相关操作,属于网格分类。原始说明:Weld (merge) creases in a mesh
插件:SurfaceComponents.gha分类:Mesh子分类:Util输入:2输出:1
输入端口
端口类型说明
MeshMMeshMesh to weld
AngleAAngleWeld angle
输出端口
端口类型说明
ResultRMeshWelded mesh
底层信息

SurfaceComponents.MeshComponents.Component_MeshWeld

GUID:9f6d85c9-1143-4538-bca7-69dcb11a74ef

Params / Input 8 个组件

At

Atom Data

Atom Data

用于Atom Data相关操作,属于参数容器分类。原始说明:Get detailed information for an atom
插件:IOComponents.gha分类:Params子分类:Input输入:1输出:10
输入端口
端口类型说明
AtomAAtom to evaluate
输出端口
端口类型说明
PointPPointLocation of atom
ElementETextElement name of atom
ChainCTextChain ID to which this atom belongs
ResidueRTextResidue name to which this atom belongs
ChargeeIntegerCharge of this atom
OccupancyONumberOccupancy of this atom
TemperatureTNumberTemperature factor of this atom
Atomic NumberANIntegerAtomic number of atom
Serial NumberSNIntegerAtom serial number
Residue NumberRNIntegerResidue serial number
底层信息

IOComponents.AtomExtractor

GUID:7b371d04-53e3-47d8-b3dd-7b113c48bc59

Im

Import 3DM

Import 3DM

用于Import 3DM相关操作,属于参数容器分类。原始说明:Import geometry into a RhinoDoc
插件:IOComponents.gha分类:Params子分类:Input输入:3输出:1
输入端口
端口类型说明
FileFLocation of file
LLayer name filterText*
NObject name filterText*
输出端口
端口类型说明
GeometryGGeometryImported geometry
底层信息

IOComponents.Import3dmComponent

GUID:

Im

Import 3DM [OBSOLETE]

Import 3DM [OBSOLETE]

用于Import 3DM [OBSOLETE]相关操作,属于参数容器分类。原始说明:This component is OBSOLETE. It has been replaced with a new version.
插件:IOComponents.gha分类:Params子分类:Input输入:3输出:1
输入端口
端口类型说明
FileFLocation of Rhino 3dm file
LLayer name filterText*
NObject name filterText*
输出端口
端口类型说明
GeometryGGeometryImported geometry
底层信息

IOComponents.Rhino3dmImporter_OBSOLETE

GUID:f055c5d7-5d97-4964-90c7-8e9eee9a8a39

Im

Import Coordinates

Import Coordinates

用于Import Coordinates相关操作,属于参数容器分类。原始说明:Import point coordinates from generic text files.
插件:IOComponents.gha分类:Params子分类:Input输入:6输出:1
输入端口
端口类型说明
FileFLocation of point text file
SCoordinate fragment separatorText,
CommentCTextOptional comment line start
X IndexXIntegerIndex of point X coordinate
Y IndexYIntegerIndex of point Y coordinate
Z IndexZIntegerIndex of point Z coordinate
输出端口
端口类型说明
PointsPPointImported points
底层信息

IOComponents.PointImporter

GUID:b8a66384-fc66-4574-a8a9-ad18e610d623

Im

Import Image

Import 图片

用于Import 图片相关操作,属于参数容器分类。原始说明:Import image data from bmp, jpg or png files.
插件:IOComponents.gha分类:Params子分类:Input输入:4输出:1
输入端口
端口类型说明
FileFLocation of image file
RectangleRRectangleOptional image destination rectangle
X SamplesXIntegerNumber of samples along image X direction
Y SamplesYIntegerNumber of samples along image Y direction
输出端口
端口类型说明
ImageIMeshA mesh representation of the image
底层信息

IOComponents.ImageImporter

GUID:c2c0c6cf-f362-4047-a159-21a72e7c272a

Im

Import PDB

Import PDB

用于Import PDB相关操作,属于参数容器分类。原始说明:Import data from Protein Data Bank *.pdb files.
插件:IOComponents.gha分类:Params子分类:Input输入:1输出:2
输入端口
端口类型说明
FileFLocation of *.pdb file
输出端口
端口类型说明
AtomsAAll atoms in the PDB file
BondsBLineBonds between atoms
底层信息

IOComponents.PDBFileImporter

GUID:383929c0-6515-4899-8b4b-3bd0d0b32471

Im

Import SHP

Import SHP

用于Import SHP相关操作,属于参数容器分类。原始说明:Import data from GIS *.shp files.
插件:IOComponents.gha分类:Params子分类:Input输入:1输出:3
输入端口
端口类型说明
FileFLocation of *.shp file
输出端口
端口类型说明
PointsPPointPoints in file
CurvesCCurveCurves in file
RegionsRBrepRegions in file
底层信息

IOComponents.ShapeFileImporter

GUID:aa538b89-3df8-436f-9ae4-bc44525984de

Ob

Object Details

Object Details

用于Object Details相关操作,属于参数容器分类。原始说明:Retrieve some details about referenced Rhino objects.
插件:IOComponents.gha分类:Params子分类:Input输入:1输出:6
输入端口
端口类型说明
ObjectOGeometryReferenced objects
输出端口
端口类型说明
ReferencedRBooleanValue indicating whether object was referenced.
AvailableABooleanValue indicating whether object was available in the current Rhino document.
NameNTextObject name, if any.
LayerLTextObject layer.
ColourCColourObject display colour resolved within the current document.
GuidIdRhino object id
底层信息

IOComponents.ReferencedObjectDetailsComponent

GUID:c7b5c66a-6360-4f5f-aa17-a918d0b1c314

Params / Util 5 个组件

Co

Context Bake

Context Bake

用于Context Bake相关操作,属于参数容器分类。原始说明:Geometry for baking at the end of the GrasshopperPlayer command.
插件:CurveComponents.gha分类:Params子分类:Util输入:1输出:0
输入端口
端口类型说明
GeometryGeometry to collect for bakingGeneric
输出端口

这个组件没有显式输出端口。

底层信息

ContextualComponents.ContextBakeComponent

GUID:

Co

Context Print

Context Print

用于Context Print相关操作,属于参数容器分类。原始说明:Textual data to print at the end of the GrasshopperPlayer command.
插件:CurveComponents.gha分类:Params子分类:Util输入:1输出:0
输入端口
端口类型说明
TextTxTextText for printing.
输出端口

这个组件没有显式输出端口。

底层信息

ContextualComponents.ContextPrintComponent

GUID:

Da

Data Input

Data Input

用于Data Input相关操作,属于参数容器分类。原始说明:Read a bunch of data from a file.
插件:IOComponents.gha分类:Params子分类:Util输入:0输出:0
输入端口

这个组件没有显式输入端口。

输出端口

这个组件没有显式输出端口。

底层信息

IOComponents.DataInputComponent

GUID:

Da

Data Output

Data Output

用于Data Output相关操作,属于参数容器分类。原始说明:Write a bunch of data to a file.
插件:IOComponents.gha分类:Params子分类:Util输入:1输出:0
输入端口
端口类型说明
未命名端口Generic
输出端口

这个组件没有显式输出端口。

底层信息

IOComponents.DataOutputComponent

GUID:

Fi

Fitness Landscape

Fitness Landscape

用于Fitness Landscape相关操作,属于参数容器分类。原始说明:Display a 2.5D fitness landscape
插件:GalapagosComponents.gha分类:Params子分类:Util输入:3输出:1
输入端口
端口类型说明
BoundsBRectangleLandscape bounds
ValuesVNumberLandscape values
CountNIntegerNumber of samples along X direction
输出端口
端口类型说明
LandscapeLMeshLandscaper mesh
底层信息

GalapagosComponents.GalapagosFitnessLandscape

GUID:fe9db51e-1ac6-4298-b9dc-6acf3008c8f2

Scalar / Util 4 个组件

Ma

Mass Addition

质量 Addition

用于质量 Addition相关操作,属于Scalar分类。原始说明:Perform mass addition of a list of numbers
插件:MathComponents.gha分类:Scalar子分类:Util输入:1输出:1
输入端口
端口类型说明
InputINumberInput values for mass addition
输出端口
端口类型说明
ResultRNumberResulting of mass addition
底层信息

MathComponents.OperatorComponents.Component_MassAddition_OBSOLETE

GUID:bb64b2fb-f87a-432f-86f8-393f4ee21310

Ma

Mass Addition

质量 Addition

用于质量 Addition相关操作,属于Scalar分类。原始说明:Perform mass addition of a list of numbers
插件:MathComponents.gha分类:Scalar子分类:Util输入:1输出:2
输入端口
端口类型说明
InputINumberInput values for mass addition
输出端口
端口类型说明
ResultRNumberResulting of mass addition
Partial ResultPrNumberList of partial results
底层信息

MathComponents.OperatorComponents.Component_MassAddition_OBSOLETE_AS_WELL

GUID:74d95062-0bec-4a4e-9026-5141fca954a6

Me

Mean

Mean

用于Mean相关操作,属于Scalar分类。原始说明:Solves statistical means and averages for a set of numbers
插件:MathComponents.gha分类:Scalar子分类:Util输入:1输出:3
输入端口
端口类型说明
InputINumberInput values for mean calculation
输出端口
端口类型说明
Arithmetic meanAMNumberArithmetic mean (average) of all input values
Geometric meanGMNumberGeometric mean of all input values
Harmonic meanHMNumberHarmonic mean of all input values
底层信息

MathComponents.OperatorComponents.Component_Average_OBSOLETE

GUID:0bb7682f-333c-4bb7-b6fe-91ed2c886100

Tr

Truncate

Truncate

用于Truncate相关操作,属于Scalar分类。原始说明:Perform truncation of numerical extremes
插件:MathComponents.gha分类:Scalar子分类:Util输入:2输出:1
输入端口
端口类型说明
InputINumberInput values for mass addition
Truncation factortNumberTruncation factor. Must be between 0.0 (no trucation) and 1.0 (full truncation)
输出端口
端口类型说明
ResultTNumberTruncated set
底层信息

MathComponents.OperatorComponents.Component_Truncate_OBSOLETE

GUID:a8de2000-073d-412d-a0b2-3a4894ba71f8

Sets / List 25 个组件

Co

Combine Data

Combine Data

用于Combine Data相关操作,属于集合与数据分类。原始说明:Combine non-null items out of several inputs
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
ResultRGenericResulting data with as few nulls as possible
IndexIIntegerIndex of input that was copied into result
底层信息

MathComponents.ArrayComponents.Component_CombineNonNulls

GUID:e7c80ff6-0299-4303-be36-3080977c14a1

Di

Dispatch

分流

用于分流相关操作,属于集合与数据分类。原始说明:Dispatch the items in a list into two target lists.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
ListLGenericList to filter
Dispatch patternPBooleanDispatch pattern
输出端口
端口类型说明
List AAGenericDispatch target for True values
List BBGenericDispatch target for False values
底层信息

MathComponents.ArrayComponents.Component_Dispatch

GUID:d8332545-21b2-4716-96e3-8559a9876e17

In

Insert Items

Insert Items

用于Insert Items相关操作,属于集合与数据分类。原始说明:Insert a collection of items into a list.
插件:MathComponents.gha分类:Sets子分类:List输入:4输出:1
输入端口
端口类型说明
ListLGenericList to modify
ItemIGenericItems to insert. If no items are supplied, nulls will be inserted.
IndicesiIntegerInsertion index for each item
WrapWBooleanIf true, indices will be wrapped
输出端口
端口类型说明
ListLGenericList with inserted values
底层信息

MathComponents.ArrayComponents.Component_InsertItems

GUID:e2039b07-d3f3-40f8-af88-d74fed238727

It

Item Index

项 Index

用于项 Index相关操作,属于集合与数据分类。原始说明:Retrieve the index of a certain item in a list.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:1
输入端口
端口类型说明
ListLGenericList to search
ItemiGenericItem to search for
输出端口
端口类型说明
IndexiIntegerThe index of item in the list, or -1 if the item could not be found.
底层信息

MathComponents.ArrayComponents.Component_ItemIndex

GUID:a759fd55-e6be-4673-8365-c28d5b52c6c0

Li

List Item

列表 项

用于列表 项相关操作,属于集合与数据分类。原始说明:Retrieve a specific item from a list.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
ListLGenericBase list
IndexiIntegerItem index
WrapWBooleanWrap index to list bounds
输出端口
端口类型说明
ElementEGenericItem at {i'}
底层信息

MathComponents.ArrayComponents.Component_ListItem_OBSOLETE_ASWELL

GUID:285ddd8a-5398-4a3e-b3c2-361025711a51

Li

List Item

列表 项

用于列表 项相关操作,属于集合与数据分类。原始说明:Retrieve a specific item from a list.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
ListLGenericBase list
IndexiIntegerItem index
WrapWBooleanWrap index to list bounds
输出端口
端口类型说明
ItemiGenericItem at {i'}
底层信息

MathComponents.ArrayComponents.Component_ListItemVariable

GUID:59daf374-bc21-4a5e-8282-5504fb7ae9ae

Li

List Length

列表 长度

用于列表 长度相关操作,属于集合与数据分类。原始说明:Measure the length of a list.
插件:MathComponents.gha分类:Sets子分类:List输入:1输出:1
输入端口
端口类型说明
ListLGenericBase list
输出端口
端口类型说明
LengthLIntegerNumber of items in L
底层信息

MathComponents.ArrayComponents.Component_ListLength

GUID:1817fd29-20ae-4503-b542-f0fb651e67d7

Li

List item [OBSOLETE]

列表 项 [OBSOLETE]

用于列表 项 [OBSOLETE]相关操作,属于集合与数据分类。原始说明:This component is obsolete. It has been replaced with a new ITEM component
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:1
输入端口
端口类型说明
ListLGenericThe input list
IndexiIntegerThe index to retrieve
输出端口
端口类型说明
ElementEGenericThe element at L(i)
底层信息

MathComponents.ArrayComponents.Component_ListItem_OBSOLETE

GUID:6e2ba21a-2252-42f4-8d3f-f5e0f49cc4ef

Nu

Null Item

Null 项

用于Null 项相关操作,属于集合与数据分类。原始说明:Test a data item for null or invalidity
插件:MathComponents.gha分类:Sets子分类:List输入:1输出:2
输入端口
端口类型说明
ItemsIGenericItems to test
输出端口
端口类型说明
Null FlagsNBooleanTrue if item is Null
Invalid FlagsXBooleanTrue if item is Invalid
底层信息

MathComponents.ArrayComponents.Component_IsNullOrInvalid_OBSOLETE

GUID:66fbaae1-0fcf-4dbf-bcba-4395d8f6a3e6

Nu

Null Item

Null 项

用于Null 项相关操作,属于集合与数据分类。原始说明:Test a data item for null or invalidity
插件:MathComponents.gha分类:Sets子分类:List输入:1输出:3
输入端口
端口类型说明
ItemIGenericItem to test
输出端口
端口类型说明
Null FlagsNBooleanTrue if item is Null
Invalid FlagsXBooleanTrue if item is Invalid
DescriptionDTextA textual description of the object state
底层信息

MathComponents.ArrayComponents.Component_IsNullOrInvalid

GUID:c74efd0e-7fe3-4c2d-8c9d-295c5672fb13

Pa

Partition List

Partition 列表

用于Partition 列表相关操作,属于集合与数据分类。原始说明:Partition a list into sub-lists
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:1
输入端口
端口类型说明
ListLGenericList to partition
SizeSIntegerSize of partitions
输出端口
端口类型说明
ChunksCGenericList chunks
底层信息

MathComponents.ArrayComponents.Component_PartitionList

GUID:5a93246d-2595-4c28-bc2d-90657634f92a

Pi

Pick'n'Choose

Pick'n'Choose

用于Pick'n'Choose相关操作,属于集合与数据分类。原始说明:Pick and choose from a set of input lists.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
PatternPIntegerPick pattern of input indices
Stream 00GenericInput stream 0
Stream 11GenericInput stream 1
输出端口
端口类型说明
ResultRGenericPicked result
底层信息

MathComponents.ArrayComponents.Component_PickNChoose_OBSOLETE

GUID:4356ef8f-0ca1-4632-9c39-9e6dcd2b9496

Pi

Pick'n'Choose

Pick'n'Choose

用于Pick'n'Choose相关操作,属于集合与数据分类。原始说明:Pick and choose from a set of input data.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
PatternPIntegerPick pattern of input indices
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
ResultRGenericPicked result
底层信息

MathComponents.ArrayComponents.Component_PickNChoose

GUID:03b801eb-87cd-476a-a591-257fe5d5bf0f

Re

Replace Items

Replace Items

用于Replace Items相关操作,属于集合与数据分类。原始说明:Replace certain items in a list.
插件:MathComponents.gha分类:Sets子分类:List输入:4输出:1
输入端口
端口类型说明
ListLGenericList to modify
ItemIGenericItems to replace with. If no items are supplied, nulls will be inserted.
IndicesiIntegerReplacement index for each item
WrapWBooleanIf true, indices will be wrapped
输出端口
端口类型说明
ListLGenericList with replaced values
底层信息

MathComponents.ArrayComponents.Component_ReplaceItems

GUID:7a218bfb-b93d-4c1f-83d3-5a0b909dd60b

Re

Replace Nulls

Replace Nulls

用于Replace Nulls相关操作,属于集合与数据分类。原始说明:Replace nulls or invalid data with other data
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
ItemsIGenericItems to test for null
ReplacementsRGenericItems to replace nulls with
输出端口
端口类型说明
ItemsIGenericList without any nulls
CountNIntegerNumber of items replaced
底层信息

MathComponents.ArrayComponents.Component_ReplaceNull

GUID:f3230ecb-3631-4d6f-86f2-ef4b2ed37f45

Re

Reverse List

Reverse 列表

用于Reverse 列表相关操作,属于集合与数据分类。原始说明:Reverse the order of a list.
插件:MathComponents.gha分类:Sets子分类:List输入:1输出:1
输入端口
端口类型说明
ListLGenericBase list
输出端口
端口类型说明
ListLGenericReversed list
底层信息

MathComponents.ArrayComponents.Component_ReverseList

GUID:6ec97ea8-c559-47a2-8d0f-ce80c794d1f4

Sh

Shift List

Shift 列表

用于Shift 列表相关操作,属于集合与数据分类。原始说明:Offset all items in a list.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
ListLGenericList to shift
ShiftSIntegerShift offset
WrapWBooleanWrap values
输出端口
端口类型说明
ListLGenericShifted list
底层信息

MathComponents.ArrayComponents.Component_ShiftList

GUID:4fdfe351-6c07-47ce-9fb9-be027fb62186

Si

Sift Pattern

Sift Pattern

用于Sift Pattern相关操作,属于集合与数据分类。原始说明:Sift elements in a list using a repeating index pattern.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
ListLGenericList to sift
Sift PatternPIntegerSifting pattern
输出端口
端口类型说明
未命名端口Generic
未命名端口Generic
底层信息

MathComponents.ArrayComponents.Component_SiftPattern

GUID:3249222f-f536-467a-89f4-f0353fba455a

So

Sort List

排序 列表

用于排序 列表相关操作,属于集合与数据分类。原始说明:Sort a list of numeric keys.
插件:MathComponents.gha分类:Sets子分类:List输入:4输出:4
输入端口
端口类型说明
KeysKNumberList of sortable keys
Values AAGenericOptional list to sort synchronously
Values BBGenericOptional list to sort synchronously
Values CCGenericOptional list to sort synchronously
输出端口
端口类型说明
ListLNumberSorted keys
Values AAGenericSynchronous values in A
Values BBGenericSynchronous values in B
Values CCGenericSynchronous values in C
底层信息

MathComponents.ArrayComponents.Component_SortList_OBSOLETE

GUID:2b2628ea-3f43-4ce9-8435-9a045d54b5c6

So

Sort List

排序 列表

用于排序 列表相关操作,属于集合与数据分类。原始说明:Sort a list of numeric keys.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
KeysKNumberList of sortable keys
Values AAGenericOptional list of values to sort synchronously
输出端口
端口类型说明
ListLNumberSorted keys
Values AAGenericSynchronous values in A
底层信息

MathComponents.ArrayComponents.Component_SortList_OBSOLETE2

GUID:cacb2c64-61b5-46db-825d-c61d5d09cc08

So

Sort List

排序 列表

用于排序 列表相关操作,属于集合与数据分类。原始说明:Sort a list of numeric keys.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
KeysKNumberList of sortable keys
Values AAGenericOptional list of values to sort synchronously
输出端口
端口类型说明
KeysKNumberSorted keys
Values AAGenericSynchronous values in A
底层信息

MathComponents.ArrayComponents.Component_SortList

GUID:6f93d366-919f-4dda-a35e-ba03dd62799b

Sp

Split List

拆分 列表

用于拆分 列表相关操作,属于集合与数据分类。原始说明:Split a list into separate parts.
插件:MathComponents.gha分类:Sets子分类:List输入:2输出:2
输入端口
端口类型说明
ListLGenericBase list
IndexiIntegerSplitting index
输出端口
端口类型说明
List AAGenericItems to the left of (i)
List BBGenericItems to the right of and including (i)
底层信息

MathComponents.ArrayComponents.Component_SplitList

GUID:9ab93e1a-ebdf-4090-9296-b000cff7b202

Su

Sub List

Sub 列表

用于Sub 列表相关操作,属于集合与数据分类。原始说明:Extract a subset from a list.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:2
输入端口
端口类型说明
ListLGenericBase list
DomainDIntervalDomain of indices to copy
WrapWBooleanRemap indices that overshoot list domain
输出端口
端口类型说明
ListLGenericSubset of base list
IndexIIntegerIndices of subset items
底层信息

MathComponents.ArrayComponents.Component_SubList

GUID:b333ff42-93bd-406b-8e17-15780719b6ec

We

Weave

Weave

用于Weave相关操作,属于集合与数据分类。原始说明:Weave a set of input streams using a custom pattern.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
PatternPIntegerWeave pattern of input indices
Stream 00GenericInput stream 0
Stream 11GenericInput stream 1
输出端口
端口类型说明
WeaveWGenericWeave result
底层信息

MathComponents.ArrayComponents.Component_Weave_OBSOLETE

GUID:160c1df2-e2e8-48e5-b538-f2d6981007e3

We

Weave

Weave

用于Weave相关操作,属于集合与数据分类。原始说明:Weave a set of input data using a custom pattern.
插件:MathComponents.gha分类:Sets子分类:List输入:3输出:1
输入端口
端口类型说明
PatternPIntegerWeave pattern of input indices
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
WeaveWGenericWeave result
底层信息

MathComponents.ArrayComponents.Component_Weave

GUID:50faccbd-9c92-4175-a5fa-d65e36013db6

Sets / Sequence 19 个组件

Ch

Char Sequence

Char Sequence

用于Char Sequence相关操作,属于集合与数据分类。原始说明:Create a sequence of textual characters.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
CountCIntegerNumber of elements in the sequence.
PPool of characters available to the sequence.TextABCDEFGHIJKLMNOPQRSTUVWXYZ
FOptional formatting maskText{0}
输出端口
端口类型说明
SequenceSTextSequence of character tags
底层信息

MathComponents.FunctionComponents.Component_CharSequence

GUID:01640871-69ea-40ac-9380-4660d6d28bd2

Cu

Cull Index

剔除 Index

用于剔除 Index相关操作,属于集合与数据分类。原始说明:Cull (remove) indexed elements from a list.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
ListLGenericList to cull
IndicesIIntegerCulling indices
输出端口
端口类型说明
ListLGenericCulled list
底层信息

MathComponents.ArrayComponents.Component_CullIndex_OBSOLETE

GUID:6568e019-f59c-4984-84d6-96bd5bfbe9e7

Cu

Cull Index

剔除 Index

用于剔除 Index相关操作,属于集合与数据分类。原始说明:Cull (remove) indexed elements from a list.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
ListLGenericList to cull
IndicesIIntegerCulling indices
WrapWBooleanWrap indices to list range
输出端口
端口类型说明
ListLGenericCulled list
底层信息

MathComponents.ArrayComponents.Component_CullIndex

GUID:501aecbb-c191-4d13-83d6-7ee32445ac50

Cu

Cull Nth

剔除 Nth

用于剔除 Nth相关操作,属于集合与数据分类。原始说明:Cull (remove) every Nth element in a list.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
ListLGenericList to cull
Cull frequencyNIntegerCull frequency
输出端口
端口类型说明
ListLGenericCulled list
底层信息

MathComponents.ArrayComponents.Component_CullNthItem

GUID:932b9817-fcc6-4ac3-b5fd-c0e8eeadc53f

Cu

Cull Pattern

剔除 Pattern

用于剔除 Pattern相关操作,属于集合与数据分类。原始说明:Cull (remove) elements in a list using a repeating bit mask.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
ListLGenericList to cull
Cull PatternPBooleanCulling pattern
输出端口
端口类型说明
ListLGenericCulled list
底层信息

MathComponents.ArrayComponents.Component_CullPattern

GUID:008e9a6f-478a-4813-8c8a-546273bc3a6b

Du

Duplicate Data

Duplicate Data

用于Duplicate Data相关操作,属于集合与数据分类。原始说明:Duplicate data a predefined number of times.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
DataDGenericData to duplicate
NumberNIntegerNumber of duplicates
OrderOBooleanRetain list order
输出端口
端口类型说明
DataDGenericDuplicated data
底层信息

MathComponents.ArrayComponents.Component_DuplicateData

GUID:dd8134c0-109b-4012-92be-51d843edfff7

Du

Duplicate data [OBSOLETE]

Duplicate data [OBSOLETE]

用于Duplicate data [OBSOLETE]相关操作,属于集合与数据分类。原始说明:Duplicates some data a number of times
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
DataDGenericThe data to duplicate
NumberNIntegerNumber of times to duplicate the data
输出端口
端口类型说明
DataDGenericThe duplicated data
底层信息

MathComponents.ArrayComponents.Component_DuplicateData_OBSOLETE

GUID:e6e344aa-f45b-43d5-a2d9-9cf8e8e608dc

Fi

Fibonacci

Fibonacci

用于Fibonacci相关操作,属于集合与数据分类。原始说明:Creates a Fibonacci sequence.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
Seed AANumberFirst seed number of the sequence
Seed BBNumberSecond seed number of the sequence
NumberNIntegerNumber of values in the sequence
输出端口
端口类型说明
SeriesSNumberFirst N numbers in this Fibonacci sequence
底层信息

MathComponents.FunctionComponents.Component_Fibonacci

GUID:fe99f302-3d0d-4389-8494-bd53f7935a02

Ji

Jitter

Jitter

用于Jitter相关操作,属于集合与数据分类。原始说明:Randomly shuffles a list of values.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:2
输入端口
端口类型说明
ListLGenericValues to shuffle
JitterJNumberShuffling strength. (0.0 = no shuffling, 1.0 = complete shuffling)
SeedSIntegerSeed of shuffling engine
输出端口
端口类型说明
ValuesVGenericShuffled values
IndicesIIntegerIndex map of shuffled items
底层信息

MathComponents.FunctionComponents.Component_Jitter

GUID:f02a20f6-bb49-4e3d-b155-8ed5d3c6b000

Ra

Random

Random

用于Random相关操作,属于集合与数据分类。原始说明:Generate a list of pseudo random numbers.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:4输出:1
输入端口
端口类型说明
RangeRIntervalDomain of random numeric range
NumberNIntegerNumber of random values
SeedSIntegerSeed of random engine
IntegersIBooleanLimit to integers only
输出端口
端口类型说明
RangeRNumberRange of random numbers
底层信息

MathComponents.FunctionComponents.Component_Random_OBSOLETE

GUID:b7e4e0ef-a01d-48c4-93be-2a12d4417e22

Ra

Random

Random

用于Random相关操作,属于集合与数据分类。原始说明:Generate a list of pseudo random numbers.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
RangeRIntervalDomain of random numeric range
NumberNIntegerNumber of random values
SeedSIntegerSeed of random engine
输出端口
端口类型说明
RandomRGenericRandom numbers
底层信息

MathComponents.FunctionComponents.Component_Random

GUID:2ab17f9a-d852-4405-80e1-938c5e57e78d

Ra

Random Reduce

Random Reduce

用于Random Reduce相关操作,属于集合与数据分类。原始说明:Randomly remove N items from a list
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
ListLGenericList to reduce
ReductionRIntegerNumber of items to remove
SeedSIntegerRandom Generator Seed value
输出端口
端口类型说明
ListLGenericReduced list
底层信息

MathComponents.ArrayComponents.Component_RandomReduce

GUID:455925fd-23ff-4e57-a0e7-913a4165e659

Ra

RandomEx

RandomEx

用于RandomEx相关操作,属于集合与数据分类。原始说明:Generate random data between extremes.
插件:XformComponents.gha分类:Sets子分类:Sequence输入:4输出:1
输入端口
端口类型说明
MinL0IntegerLower limit
MaxL1IntegerUpper limit
CountNIntegerNumber of values to generate
SeedSIntegerRandom Seed
输出端口
端口类型说明
ValuesVIntegerRandom values
底层信息

XformComponents.Component_RandomVariableTypes

GUID:a12dddbf-bb49-4ef4-aeb8-5653bc882cbd

Ra

Range

Range

用于Range相关操作,属于集合与数据分类。原始说明:Create a range of numbers.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
DomainDIntervalDomain of numeric range
StepsNIntegerNumber of steps
输出端口
端口类型说明
RangeRNumberRange of numbers
底层信息

MathComponents.FunctionComponents.Component_Range

GUID:9445ca40-cc73-4861-a455-146308676855

Re

Repeat Data

Repeat Data

用于Repeat Data相关操作,属于集合与数据分类。原始说明:Repeat a pattern until it reaches a certain length.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
DataDGenericPattern to repeat
LengthLIntegerLength of final pattern
输出端口
端口类型说明
DataDGenericRepeated data
底层信息

MathComponents.ArrayComponents.Component_RepeatData

GUID:c40dc145-9e36-4a69-ac1a-6d825c654993

Se

Sequence

Sequence

用于Sequence相关操作,属于集合与数据分类。原始说明:Generate a sequence of numbers
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
NSequence notationText[N-1] + [N-2]
LengthLIntegerFinal length of sequence
InitialINumberInitial values in sequence
输出端口
端口类型说明
SequenceSNumberSequence
底层信息

MathComponents.FunctionComponents.Component_Sequence

GUID:e9b2d2a6-0377-4c1c-a89e-b3f219a95b4d

Se

Series

Series

用于Series相关操作,属于集合与数据分类。原始说明:Create a series of numbers.
插件:MathComponents.gha分类:Sets子分类:Sequence输入:3输出:1
输入端口
端口类型说明
StartSNumberFirst number in the series
StepNNumberStep size for each successive number
CountCIntegerNumber of values in the series
输出端口
端口类型说明
SeriesSNumberSeries of numbers
底层信息

MathComponents.FunctionComponents.Component_Series

GUID:e64c5fb1-845c-4ab1-8911-5f338516ba67

Sp

Split [OBSOLETE]

拆分 [OBSOLETE]

用于拆分 [OBSOLETE]相关操作,属于集合与数据分类。原始说明:This component is OBSOLETE. It has been replaced
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:2
输入端口
端口类型说明
DataDGenericInput data stream
BooleanBBooleanBoolean evaluation flag
输出端口
端口类型说明
FalseFGenericOutput stream in case of B = False
TrueTGenericOutput stream in case of B = True
底层信息

MathComponents.ArrayComponents.Component_BooleanDataSplit_OBSOLETE

GUID:fbcf0d42-c9a5-4ca5-8d5b-567fb54abc43

St

Stack Data

Stack Data

用于Stack Data相关操作,属于集合与数据分类。原始说明:Duplicate individual items in a list of data
插件:MathComponents.gha分类:Sets子分类:Sequence输入:2输出:1
输入端口
端口类型说明
DataDGenericData to stack
StackSIntegerStacking pattern
输出端口
端口类型说明
DataDGenericStacked data
底层信息

MathComponents.ArrayComponents.Component_StackData

GUID:5fa4e736-0d82-4af0-97fb-30a79f4cbf41

Sets / Sets 17 个组件

Ca

Carthesian Product

Carthesian Product

用于Carthesian Product相关操作,属于集合与数据分类。原始说明:Create the Carthesian product for two sets of identical cardinality.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericFirst set for carthesian product.
Set BBGenericSecond set for carthesian product.
输出端口
端口类型说明
ProductPGenericCarthesian product of A and B.
底层信息

MathComponents.SetComponents.Component_SetCarthesianProduct

GUID:deffaf1e-270a-4c15-a693-9216b68afd4a

Cr

Create Set

Create Set

用于Create Set相关操作,属于集合与数据分类。原始说明:Creates the valid set from a list of items (a valid set only contains distinct elements).
插件:MathComponents.gha分类:Sets子分类:Sets输入:1输出:1
输入端口
端口类型说明
ListLGenericList of data.
输出端口
端口类型说明
SetSGenericA set of all the distincts values in L.
底层信息

MathComponents.SetComponents.Component_CreateSet_OBSOLETE

GUID:2cb4bf85-a282-464c-b42c-8e735d2a0a74

Cr

Create Set

Create Set

用于Create Set相关操作,属于集合与数据分类。原始说明:Creates the valid set from a list of items (a valid set only contains distinct elements).
插件:MathComponents.gha分类:Sets子分类:Sets输入:1输出:2
输入端口
端口类型说明
ListLGenericList of data.
输出端口
端口类型说明
SetSGenericA set of all the distincts values in L
MapMIntegerAn index map from original indices to set indices
底层信息

MathComponents.SetComponents.Component_CreateSet

GUID:98c3c63a-e78a-43ea-a111-514fcf312c95

De

Delete Consecutive

Delete Consecutive

用于Delete Consecutive相关操作,属于集合与数据分类。原始说明:Delete consecutive similar members in a set.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:2
输入端口
端口类型说明
SetSGenericSet to operate on.
WrapWBooleanIf true, the last and first member are considered to be adjacent.
输出端口
端口类型说明
SetSGenericSet with consecutive identical members removed.
CountNIntegerNumber of members removed.
底层信息

MathComponents.SetComponents.Component_RemoveConsecutive

GUID:190d042c-2270-4bc1-81c0-4f90c170c9c9

Di

Disjoint

Disjoint

用于Disjoint相关操作,属于集合与数据分类。原始说明:Test whether two sets are disjoint.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericFirst set.
Set BBGenericSecond set.
输出端口
端口类型说明
ResultRBooleanTrue if none of the items in A occur in B.
底层信息

MathComponents.SetComponents.Component_IsDisjoint

GUID:81800098-1060-4e2b-80d4-17f835cc825f

Fi

Find similar member

Find similar member

用于Find similar member相关操作,属于集合与数据分类。原始说明:Find the most similar member in a set.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:2
输入端口
端口类型说明
DataDGenericData to search for.
SetSGenericSet to search.
输出端口
端口类型说明
HitHGenericMember in S closest to D.
IndexiIntegerIndex of H in set.
底层信息

MathComponents.SetComponents.Component_FindNearest

GUID:b4d4235f-14ff-4d4e-a29a-b358dcd2baf4

Ke

Key/Value Search

Key/Value Search

用于Key/Value Search相关操作,属于集合与数据分类。原始说明:Extract an item from a collection using a key-value match
插件:MathComponents.gha分类:Sets子分类:Sets输入:3输出:1
输入端口
端口类型说明
KeysKGenericA list of key values.
ValuesVGenericA list of value data, one for each key.
SearchSGenericA key value to search for
输出端口
端口类型说明
ResultRGenericResulting item in the value list that matches the Search key
底层信息

MathComponents.SetComponents.Component_KeyMemberSearch

GUID:1edcc3cf-cf84-41d4-8204-561162cfe510

Me

Member Index

Member Index

用于Member Index相关操作,属于集合与数据分类。原始说明:Find the occurences of a specific member in a set.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:2
输入端口
端口类型说明
SetSGenericSet to operate on.
MemberMGenericMember to search for.
输出端口
端口类型说明
IndexIIntegerIndices of member.
CountNIntegerNumber of occurences of the member.
底层信息

MathComponents.SetComponents.Component_SetMemberIndex

GUID:3ff27857-b988-417a-b495-b24c733dbd00

Re

Replace Members

Replace Members

用于Replace Members相关操作,属于集合与数据分类。原始说明:Replace members in a set.
插件:MathComponents.gha分类:Sets子分类:Sets输入:3输出:1
输入端口
端口类型说明
SetSGenericSet to operate on.
FindFGenericItem(s) to replace.
ReplaceRGenericItem(s) to replace with.
输出端口
端口类型说明
ResultRGenericSets with replaced members.
底层信息

MathComponents.SetComponents.Component_ReplaceSetMembers

GUID:bafac914-ede4-4a59-a7b2-cc41bc3de961

Se

Set Difference

Set Difference

用于Set Difference相关操作,属于集合与数据分类。原始说明:Create the difference of two sets (the collection of objects present in A but not in B).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericSet to subtract from.
Set BBGenericSubstraction set.
输出端口
端口类型说明
UnionUGenericThe Set Difference of A minus B
底层信息

MathComponents.SetComponents.Component_SetDifference

GUID:e3b1a10c-4d49-4140-b8e6-0b5732a26c31

Se

Set Difference (S)

Set Difference (S)

用于Set Difference (S)相关操作,属于集合与数据分类。原始说明:Create the symmetric difference of two sets (the collection of objects present in A or B but not both).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericFirst set for symmetric difference.
Set BBGenericSecond set for symmetric difference.
输出端口
端口类型说明
ExDifferenceXGenericThe symmetric difference between A and B.
底层信息

MathComponents.SetComponents.Component_SetSymmetricDifference

GUID:d2461702-3164-4894-8c10-ed1fc4b52965

Se

Set Intersection

Set Intersection

用于Set Intersection相关操作,属于集合与数据分类。原始说明:Creates the intersection of two sets (the collection of unique objects present in both sets).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericFirst set for Intersection
Set BBGenericSecond set for Intersection
输出端口
端口类型说明
UnionUGenericThe Set Union of A and B
底层信息

MathComponents.SetComponents.Component_SetIntersection_OBSOLETE

GUID:8a55f680-cf53-4634-a486-b828de92b71d

Se

Set Intersection

Set Intersection

用于Set Intersection相关操作,属于集合与数据分类。原始说明:Creates the intersection of two sets (the collection of unique objects present in both sets).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericData for set Intersection
Set BBGenericData for set Intersection
输出端口
端口类型说明
UnionUGenericThe Set Union of all input sets
底层信息

MathComponents.SetComponents.Component_SetIntersection

GUID:82f19c48-9e73-43a4-ae6c-3a8368099b08

Se

Set Majority

Set Majority

用于Set Majority相关操作,属于集合与数据分类。原始说明:Determine majority member presence amongst three sets.
插件:MathComponents.gha分类:Sets子分类:Sets输入:3输出:1
输入端口
端口类型说明
Set AAGenericFirst set.
Set BBGenericSecond set.
Set CCGenericThird set.
输出端口
端口类型说明
ResultRGenericSet containing all unique elements in that occur in at least two of the input sets.
底层信息

MathComponents.SetComponents.Component_SetTripleMajority

GUID:d4136a7b-7422-4660-9404-640474bd2725

Se

Set Union

Set Union

用于Set Union相关操作,属于集合与数据分类。原始说明:Creates the union of two sets (the collection of unique objects present in either set).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericFirst set for Union.
Set BBGenericSecond set for Union.
输出端口
端口类型说明
UnionUGenericThe Set Union of A and B.
底层信息

MathComponents.SetComponents.Component_SetUnion_OBSOLETE

GUID:ab34845d-4ab9-4ff4-8870-eedd0c5594cb

Se

Set Union

Set Union

用于Set Union相关操作,属于集合与数据分类。原始说明:Creates the union of two sets (the collection of unique objects present in either set).
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericData for set Union.
Set BBGenericData for set Union.
输出端口
端口类型说明
UnionUGenericThe Set Union of A and B.
底层信息

MathComponents.SetComponents.Component_SetUnion

GUID:8eed5d78-7810-4ba1-968e-8a1f1db98e39

Su

SubSet

SubSet

用于SubSet相关操作,属于集合与数据分类。原始说明:Test two sets for inclusion.
插件:MathComponents.gha分类:Sets子分类:Sets输入:2输出:1
输入端口
端口类型说明
Set AAGenericSuper set.
Set BBGenericSub set.
输出端口
端口类型说明
ResultRBooleanTrue if all items in B are present in A.
底层信息

MathComponents.SetComponents.Component_IsSubset

GUID:4cfc0bb0-0745-4772-a520-39f9bf3d99bc

Sets / Streams 1 个组件

Se

Separate List [OBSOLETE]

Separate 列表 [OBSOLETE]

用于Separate 列表 [OBSOLETE]相关操作,属于集合与数据分类。原始说明:Separate the items in a list with a custom filter.
插件:MathComponents.gha分类:Sets子分类:Streams输入:2输出:2
输入端口
端口类型说明
DataDGenericBase list
FlagFBooleanSplit redirection flag
输出端口
端口类型说明
TrueTGenericItems for {F = True}
FalseFGenericItems for {F = False}
底层信息

MathComponents.ArrayComponents.Component_BooleanDataSplit_OBSOLETE_AS_WELL

GUID:1d55b516-ceec-4bf1-8864-08c895ab2a70

Sets / Text 18 个组件

Ch

Characters

Characters

用于Characters相关操作,属于集合与数据分类。原始说明:Break text into individual characters
插件:MathComponents.gha分类:Sets子分类:Text输入:1输出:2
输入端口
端口类型说明
TextTTextText to split.
输出端口
端口类型说明
ResultCTextResulting characters
UnicodeUIntegerUnicode value of character
底层信息

MathComponents.StringComponents.Component_TextToChars

GUID:86503240-d884-43f9-9323-efe30488a6e1

Co

Concatenate

Concatenate

用于Concatenate相关操作,属于集合与数据分类。原始说明:Concatenate two fragments of text
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:1
输入端口
端口类型说明
StartATextText to append to.
EndBTextText to append.
输出端口
端口类型说明
ResultRTextResulting text consisting of A+B
底层信息

MathComponents.StringComponents.Component_Concatenate_OBSOLETE

GUID:01cbd6e3-ccbe-4c24-baeb-46e10553e18b

Co

Concatenate

Concatenate

用于Concatenate相关操作,属于集合与数据分类。原始说明:Concatenate some fragments of text
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:1
输入端口
端口类型说明
Fragment AATextFirst text fragment
Fragment BBTextSecond text fragment
输出端口
端口类型说明
ResultRTextResulting text consisting of all the fragments
底层信息

MathComponents.StringComponents.Component_Concatenate

GUID:2013e425-8713-42e2-a661-b57e78840337

Fo

Format

Format

用于Format相关操作,属于集合与数据分类。原始说明:Format some text using placeholders and formatting tags
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:1
输入端口
端口类型说明
FormatFTextText format
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
TextTTextFormatted text
底层信息

MathComponents.StringComponents.Component_FormatString_OBSOLETE

GUID:c8203c3c-6bcd-4f8c-a906-befd92ebf0cb

Fo

Format

Format

用于Format相关操作,属于集合与数据分类。原始说明:Format some data using placeholders and formatting tags
插件:MathComponents.gha分类:Sets子分类:Text输入:4输出:1
输入端口
端口类型说明
FormatFTextText format
CultureCCultureFormatting culture
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
TextTTextFormatted text
底层信息

MathComponents.StringComponents.Component_FormatText

GUID:758d91a0-4aec-47f8-9671-16739a8a2c5d

Ma

Match Text

Match 文本

用于Match 文本相关操作,属于集合与数据分类。原始说明:Match a text against a pattern
插件:MathComponents.gha分类:Sets子分类:Text输入:4输出:1
输入端口
端口类型说明
TextTTextText to match
PatternPTextOptional wildcard pattern for matching
RegExRTextOptional RegEx pattern for matching
CaseCBooleanCompare using case-sensitive matching
输出端口
端口类型说明
MatchMBooleanTrue if the text adheres to all supplied patterns
底层信息

MathComponents.StringComponents.Component_TextMatch

GUID:3756c55f-95c3-442c-a027-6b3ab0455a94

Re

Replace Text

Replace 文本

用于Replace 文本相关操作,属于集合与数据分类。原始说明:Replace all occurences of a specific text fragment with another
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:1
输入端口
端口类型说明
TextTTextText to operate on.
FindFTextFragment to replace.
ReplaceRTextOptional fragment to replace with. If blank, all occurences of F will be removed.
输出端口
端口类型说明
ResultRTextResult of text replacement
底层信息

MathComponents.StringComponents.Component_ReplaceText

GUID:4df8df00-3635-45bd-95e6-f9206296c110

So

Sort Text

排序 文本

用于排序 文本相关操作,属于集合与数据分类。原始说明:Sort a collection of text fragments
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:2
输入端口
端口类型说明
KeysKTextText fragments to sort (sorting key)
ValuesVGenericOptional values to sort synchronously
输出端口
端口类型说明
KeysKTextSorted text fragments
ValuesVGenericSorted values
底层信息

MathComponents.StringComponents.Component_SortString_OBSOLETE

GUID:1ff80a00-1b1d-4fb3-926a-0c246261fc55

So

Sort Text

排序 文本

用于排序 文本相关操作,属于集合与数据分类。原始说明:Sort a collection of text fragments
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:2
输入端口
端口类型说明
KeysKTextText fragments to sort (sorting key)
ValuesVGenericOptional values to sort synchronously
CultureCCultureCultural sorting rules
输出端口
端口类型说明
KeysKTextSorted text fragments
ValuesVGenericSorted values
底层信息

MathComponents.StringComponents.Component_SortString

GUID:cec16c67-7b8b-41f7-a5a5-f675177e524b

Te

Text Case

文本 Case

用于文本 Case相关操作,属于集合与数据分类。原始说明:Change the CaSiNg of a piece of text
插件:MathComponents.gha分类:Sets子分类:Text输入:1输出:2
输入端口
端口类型说明
TextTTextText to operate on.
输出端口
端口类型说明
Upper CaseUTextUpper case representation of S
Lower CaseLTextLower case representation of S
底层信息

MathComponents.StringComponents.Component_Casing_OBSOLETE

GUID:bdd2a14a-1302-4152-a484-7198716d1a11

Te

Text Case

文本 Case

用于文本 Case相关操作,属于集合与数据分类。原始说明:Change the CaSiNg of a piece of text
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:2
输入端口
端口类型说明
TextTTextText to modify
CultureCCultureCultural rules for text casing
输出端口
端口类型说明
Upper CaseUTextUpper case representation of T
Lower CaseLTextLower case representation of T
底层信息

MathComponents.StringComponents.Component_Casing

GUID:b1991128-8bf1-4dea-8497-4b7188a64e9d

Te

Text Distance

文本 距离

用于文本 距离相关操作,属于集合与数据分类。原始说明:Compute the Levenshtein distance between two fragments of text.
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:1
输入端口
端口类型说明
Text AATextFirst text fragment
Text BBTextSecond text fragment
CaseCBooleanCompare using case-sensitive matching
输出端口
端口类型说明
DistanceDIntegerLevenshtein distance between the two fragments
底层信息

MathComponents.StringComponents.Component_TextDistance

GUID:f7608c4d-836c-4adf-9d1f-3b04e6a2647d

Te

Text Fragment

文本 Fragment

用于文本 Fragment相关操作,属于集合与数据分类。原始说明:Extract a fragment (subset) of some text
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:1
输入端口
端口类型说明
TextTTextText to operate on.
StartiIntegerZero based index of first character to copy.
CountNIntegerOptional number of characters to copy. If blank, the entire remainder will be copied.
输出端口
端口类型说明
FragmentFTextThe resulting text fragment
底层信息

MathComponents.StringComponents.Component_Fragment

GUID:07e0811f-034a-4504-bca0-2d03b2c46217

Te

Text Join

文本 合并

用于文本 合并相关操作,属于集合与数据分类。原始说明:Join a collection of text fragments into one
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:1
输入端口
端口类型说明
TextTTextText fragments to join.
JoinJTextFragment separator.
输出端口
端口类型说明
ResultRTextResulting text
底层信息

MathComponents.StringComponents.Component_TextJoin

GUID:1274d51a-81e6-4ccf-ad1f-0edf4c769cac

Te

Text Length

文本 长度

用于文本 长度相关操作,属于集合与数据分类。原始说明:Get the length (character count) of some text
插件:MathComponents.gha分类:Sets子分类:Text输入:1输出:1
输入端口
端口类型说明
TextTTextText to measure.
输出端口
端口类型说明
LengthLIntegerNumber of characters
底层信息

MathComponents.StringComponents.Component_TextLength

GUID:dca05f6f-e3d9-42e3-b3bb-eb20363fb335

Te

Text On Surface

文本 On 曲面

用于文本 On 曲面相关操作,属于集合与数据分类。原始说明:Create a collection of textual symbols aligned on a surface.
插件:FieldComponents.gha分类:Sets子分类:Text输入:6输出:1
输入端口
端口类型说明
TText to create.TextABCdef123
FFont name, with optional 'Bold' or 'Italic' tags.TextSans Bold:no Italic:no
HeightHNumberHeight of text shapes.
DepthDNumberDepth of text shapes.
Base LineBCurveBase line for text.
Base SurfaceSGenericOptional base surface for text orientation. Surfaces, meshes and SubDs are all allowed.
输出端口
端口类型说明
SymbolsSBrepSymbols making up the text shapes.
底层信息

FieldComponents.TextOnSurfaceComponent

GUID:28504f1f-a8d9-40c8-b8aa-529413456258

Te

Text Split

文本 拆分

用于文本 拆分相关操作,属于集合与数据分类。原始说明:Split some text into fragments using separators
插件:MathComponents.gha分类:Sets子分类:Text输入:2输出:1
输入端口
端口类型说明
TextTTextText to split.
SeparatorsCTextSeparator characters.
输出端口
端口类型说明
ResultRTextResulting text fragments
底层信息

MathComponents.StringComponents.Component_TextSplit

GUID:04887d01-504c-480e-b2a2-01ea19cc5922

Te

Text Trim

文本 Trim

用于文本 Trim相关操作,属于集合与数据分类。原始说明:Remove whitespace characters from the start and end of some text.
插件:MathComponents.gha分类:Sets子分类:Text输入:3输出:1
输入端口
端口类型说明
TextTTextText to split.
StartSBooleanTrim whitespace at start.
EndEBooleanTrim whitespace at end.
输出端口
端口类型说明
ResultRTextTrimmed text.
底层信息

MathComponents.StringComponents.Component_TextTrim

GUID:e4cb7168-5e32-4c54-b425-5a31c6fd685a

Sets / Tree 10 个组件

Co

Construct Path

构造 路径

用于构造 路径相关操作,属于集合与数据分类。原始说明:Construct a data tree branch path.
插件:MathComponents.gha分类:Sets子分类:Tree输入:1输出:1
输入端口
端口类型说明
IndicesIIntegerBranch path indices
输出端口
端口类型说明
BranchBPathBranch path
底层信息

MathComponents.ArrayComponents.Component_ConstructBranchPath

GUID:946cb61e-18d2-45e3-8840-67b0efa26528

De

Deconstruct Path

拆解 路径

用于拆解 路径相关操作,属于集合与数据分类。原始说明:Deconstruct a data tree path into individual integers.
插件:MathComponents.gha分类:Sets子分类:Tree输入:1输出:1
输入端口
端口类型说明
BranchBPathBranch path
输出端口
端口类型说明
IndicesIIntegerBranch path indices
底层信息

MathComponents.ArrayComponents.Component_DeconstructBranchPath

GUID:df6d9197-9a6e-41a2-9c9d-d2221accb49e

En

Entwine

Entwine

用于Entwine相关操作,属于集合与数据分类。原始说明:Flatten and combine a collection of data streams
插件:MathComponents.gha分类:Sets子分类:Tree输入:3输出:1
输入端口
端口类型说明
未命名端口Generic
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
ResultRGenericEntwined result
底层信息

MathComponents.MergeComponents.Component_Entwine

GUID:c9785b8e-2f30-4f90-8ee3-cca710f82402

Me

Merge

合并

用于合并相关操作,属于集合与数据分类。原始说明:Merge a bunch of data streams
插件:MathComponents.gha分类:Sets子分类:Tree输入:2输出:1
输入端口
端口类型说明
未命名端口Generic
未命名端口Generic
输出端口
端口类型说明
ResultRGenericResult of merge
底层信息

MathComponents.MergeComponents.Component_MergeVariable

GUID:3cadddef-1e2b-4c09-9390-0e8f78f7609f

Me

Merge Multiple

合并 Multiple

用于合并 Multiple相关操作,属于集合与数据分类。原始说明:Merge multiple input streams into one
插件:MathComponents.gha分类:Sets子分类:Tree输入:2输出:1
输入端口
端口类型说明
Stream 00GenericInput stream #1
Stream 11GenericInput stream #2
输出端口
端口类型说明
StreamSGenericMerged stream
底层信息

MathComponents.MergeComponents.Component_MergeN

GUID:0b6c5dac-6c93-4158-b8d1-ca3187d45f25

Re

Relative Item

Relative 项

用于Relative 项相关操作,属于集合与数据分类。原始说明:Retrieve a relative item combo from a data tree
插件:MathComponents.gha分类:Sets子分类:Tree输入:4输出:2
输入端口
端口类型说明
TreeTGenericTree to operate on
OffsetOTextRelative offset for item combo
Wrap PathsWpBooleanWrap paths when the shift is out of bounds
Wrap ItemsWiBooleanWrap items when the shift is out of bounds
输出端口
端口类型说明
Item AAGenericTree item
Item BBGenericTree item relative to A
底层信息

MathComponents.ArrayComponents.Component_RelativeItem

GUID:fac0d5be-e3ff-4bbb-9742-ec9a54900d41

Re

Relative Items

Relative Items

用于Relative Items相关操作,属于集合与数据分类。原始说明:Retrieve a relative item combo from two data trees
插件:MathComponents.gha分类:Sets子分类:Tree输入:5输出:2
输入端口
端口类型说明
Tree AAGenericFirst Data Tree
Tree BBGenericSecond Data Tree
OffsetOTextRelative offset for item combo
Wrap PathsWpBooleanWrap paths when the shift is out of bounds
Wrap ItemsWiBooleanWrap items when the shift is out of bounds
输出端口
端口类型说明
Item AAGenericItem in tree A
Item BBGenericRelative item in tree B
底层信息

MathComponents.ArrayComponents.Component_RelativeItem2

GUID:2653b135-4df1-4a6b-820c-55e2ad3bc1e0

Tr

Tree Branch

数据树 Branch

用于数据树 Branch相关操作,属于集合与数据分类。原始说明:Retrieve a specific branch from a data tree.
插件:MathComponents.gha分类:Sets子分类:Tree输入:2输出:1
输入端口
端口类型说明
TreeTGenericData Tree
PathPPathData tree branch path
输出端口
端口类型说明
BranchBGenericBranch at {P}
底层信息

MathComponents.ArrayComponents.Component_TreeBranch

GUID:3a710c1e-1809-4e19-8c15-82adce31cd62

Tr

Tree Item

数据树 项

用于数据树 项相关操作,属于集合与数据分类。原始说明:Retrieve a specific item from a data tree.
插件:MathComponents.gha分类:Sets子分类:Tree输入:4输出:1
输入端口
端口类型说明
TreeTGenericData Tree
PathPPathData tree branch path
IndexiIntegerItem index
WrapWBooleanWrap index to list bounds
输出端口
端口类型说明
ElementEGenericItem at {P:i'}
底层信息

MathComponents.ArrayComponents.Component_TreeItem

GUID:c1ec65a3-bda4-4fad-87d0-edf86ed9d81c

Tr

Tree Statistics

数据树 Statistics

用于数据树 Statistics相关操作,属于集合与数据分类。原始说明:Get some statistics regarding a data tree.
插件:MathComponents.gha分类:Sets子分类:Tree输入:1输出:3
输入端口
端口类型说明
TreeTGenericData Tree to analyze
输出端口
端口类型说明
PathsPPathAll the paths of the tree
LengthLIntegerThe length of each branch in the tree
CountCIntegerNumber of paths and branches in the tree
底层信息

MathComponents.ArrayComponents.Component_TreeStatistics

GUID:99bee19d-588c-41a0-b9b9-1d00fb03ea1a

Surface / Analysis 25 个组件

Bo

Box Corners

盒体 Corners

用于盒体 Corners相关操作,属于曲面分类。原始说明:Extract all 8 corners of a box.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:8
输入端口
端口类型说明
BoxBBoxBase box
输出端口
端口类型说明
Corner AAPointCorner at {x=min, y=min, z=min}
Corner BBPointCorner at {x=max, y=min, z=min}
Corner CCPointCorner at {x=max, y=max, z=min}
Corner DDPointCorner at {x=min, y=max, z=min}
Corner EEPointCorner at {x=min, y=min, z=max}
Corner FFPointCorner at {x=max, y=min, z=max}
Corner GGPointCorner at {x=max, y=max, z=max}
Corner HHPointCorner at {x=min, y=min, z=max}
底层信息

SurfaceComponents.AnalysisComponents.Component_BoxCorners

GUID:a10e8cdf-7c7a-4aac-aa70-ddb7010ab231

Bo

Box Properties

盒体 Properties

用于盒体 Properties相关操作,属于曲面分类。原始说明:Get some properties of a box
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:5
输入端口
端口类型说明
BoxBBoxBox to analyze
输出端口
端口类型说明
CenterCPointCenter point of box
DiagonalDVectorDiagonal vector of box
AreaANumberArea of box
VolumeVNumberVolume of box
DegeneracydIntegerDegeneracy of box
底层信息

SurfaceComponents.AnalysisComponents.Component_BoxProperties

GUID:af9cdb9d-9617-4827-bb3c-9efd88c76a70

Br

Brep Area

Brep 面积

用于Brep 面积相关操作,属于曲面分类。原始说明:Solve Brep area properties.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:2
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
AreaANumberArea of Brep
CentroidCPointArea centroid of Brep
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepAreaProperties_OBSOLETE

GUID:ab766b01-a3f5-4257-831a-fc84d7b288b4

Br

Brep Area Moments

Brep 面积 Moments

用于Brep 面积 Moments相关操作,属于曲面分类。原始说明:Solve Brep area moments.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:7
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
AreaANumberArea of Brep
CentroidCPointArea centroid of Brep
InertiaIVectorMoments of inertia around the centroid
Inertia (error)VectorErrors on Moments of inertia
SecondarySVectorSecondary moments of inertia around the centroid
Secondary (error)VectorErrors on Secondary moments
GyrationGVectorRadii of gyration
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepAreaMoments_OBSOLETE

GUID:5d2fb801-2905-4a55-9d48-bbb22c73ad13

Br

Brep Closest Point

Brep 最近 点

用于Brep 最近 点相关操作,属于曲面分类。原始说明:Find the closest point on a brep
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:2
输入端口
端口类型说明
PointPPointSample point
BrepBBrepBase Brep
输出端口
端口类型说明
PointPPointClosest point
DistanceDNumberDistance between sample point and Brep
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepClosestPoint_Obsolete

GUID:cdd5d441-3bad-4f19-a370-6cf180b6f0fa

Br

Brep Edges

Brep Edges

用于Brep Edges相关操作,属于曲面分类。原始说明:Extract the edge curves of a brep.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:3
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
NakedEnCurveNaked edge curves
InteriorEiCurveInterior edge curves
Non-ManifoldEmCurveNon-Manifold edge curves
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepEdges

GUID:0148a65d-6f42-414a-9db7-9a9b2eb78437

Br

Brep Topology

Brep Topology

用于Brep Topology相关操作,属于曲面分类。原始说明:Get and display the topology of a brep.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:3
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
Face|Face AdjacencyFFIntegerFor each face lists all faces that surround it.
Face|Edge AdjacencyFEIntegerFor each face lists all edges that surround it.
Edge|Face AdjacencyEFIntegerfor each edge lists all faces that surround it.
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepTopology

GUID:866ee39d-9ebf-4e1d-b209-324c56825605

Br

Brep Volume

Brep 体积

用于Brep 体积相关操作,属于曲面分类。原始说明:Solve Brep volume properties.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:2
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
VolumeVNumberVolume of Brep
CentroidCPointVolume centroid of Brep
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepVolumeProperties_OBSOLETE

GUID:c72d0184-bb99-4af4-a629-4662e1c3d428

Br

Brep Volume Moments

Brep 体积 Moments

用于Brep 体积 Moments相关操作,属于曲面分类。原始说明:Solve Brep volume moments.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:7
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
VolumeVNumberVolume of Brep
CentroidCPointVolume centroid of Brep
InertiaIVectorMoments of inertia around the centroid
Inertia (error)VectorErrors on Moments of inertia
SecondarySVectorSecondary moments of inertia around the centroid
Secondary (error)VectorErrors on Secondary moments
GyrationGVectorRadii of gyration
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepVolumeMoments_OBSOLETE

GUID:ffdfcfc5-3933-4c38-b680-8bb530e243ff

Br

Brep Wireframe

Brep Wireframe

用于Brep Wireframe相关操作,属于曲面分类。原始说明:Extract the wireframe curves of a brep.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:1
输入端口
端口类型说明
BrepBBrepBase Brep
DensityDIntegerWireframe isocurve density
输出端口
端口类型说明
WireframeWCurveWireframe curves
底层信息

SurfaceComponents.AnalysisComponents.Component_BRepWireframe

GUID:ac750e41-2450-4f98-9658-98fef97b01b2

De

Deconstruct Box

拆解 盒体

用于拆解 盒体相关操作,属于曲面分类。原始说明:Deconstruct a box into its constituent parts.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:4
输入端口
端口类型说明
BoxBBoxBase box
输出端口
端口类型说明
PlanePPlaneBox plane
XXInterval{x} dimension of box
YYInterval{y} dimension of box
ZZInterval{z} dimension of box
底层信息

SurfaceComponents.AnalysisComponents.Component_DeconstructBox

GUID:db7d83b1-2898-4ef9-9be5-4e94b4e2048d

De

Deconstruct Brep

拆解 Brep

用于拆解 Brep相关操作,属于曲面分类。原始说明:Deconstruct a brep into its constituent parts.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:3
输入端口
端口类型说明
BrepBBrepBase Brep
输出端口
端口类型说明
FacesFSurfaceFaces of Brep
EdgesECurveEdges of Brep
VerticesVPointVertices of Brep
底层信息

SurfaceComponents.AnalysisComponents.Component_DeconstructBrep

GUID:8d372bdc-9800-45e9-8a26-6e33c5253e21

Di

Dimensions

Dimensions

用于Dimensions相关操作,属于曲面分类。原始说明:Get the approximate dimensions of a surface
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:2
输入端口
端口类型说明
SurfaceSSurfaceSurface to measure
输出端口
端口类型说明
U dimensionUNumberApproximate dimension in U direction
V dimensionVNumberApproximate dimension in V direction
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceDimensions

GUID:f241e42e-8983-4ed3-b869-621c07630b00

Ev

Evaluate Box

求值 盒体

用于求值 盒体相关操作,属于曲面分类。原始说明:Evaluate a box in normalised {UVW} space.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:4输出:3
输入端口
端口类型说明
BoxBBoxBase box
U parameterUNumber{u} parameter (values between 0.0 and 1.0 are inside the box)
V parameterVNumber{v} parameter (values between 0.0 and 1.0 are inside the box)
W parameterWNumber{w} parameter (values between 0.0 and 1.0 are inside the box)
输出端口
端口类型说明
PlanePlPlanePlane at {uvw} coordinate
PointPtPointPoint at {uvw} coordinate
IncludeIBooleanTrue if point is inside or on box
底层信息

SurfaceComponents.AnalysisComponents.Component_EvaluateBox

GUID:13b40e9c-3aed-4669-b2e8-60bd02091421

Ev

Evaluate Surface

求值 曲面

用于求值 曲面相关操作,属于曲面分类。原始说明:Evaluate local surface properties at a {uv} coordinate.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:3
输入端口
端口类型说明
SurfaceSSurfaceBase surface
PointuvPoint{uv} coordinate to evaluate
输出端口
端口类型说明
PointPPointPoint at {uv}
NormalNVectorNormal at {uv}
FrameFPlaneFrame at {uv}
底层信息

SurfaceComponents.AnalysisComponents.Component_EvaluateSurface_OBSOLETE

GUID:aa1dc107-70de-473e-9636-836030160fc3

Ev

Evaluate Surface

求值 曲面

用于求值 曲面相关操作,属于曲面分类。原始说明:Evaluate local surface properties at a {uv} coordinate.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:5
输入端口
端口类型说明
SurfaceSSurfaceBase surface
PointuvPoint{uv} coordinate to evaluate
输出端口
端口类型说明
PointPPointPoint at {uv}
NormalNVectorNormal at {uv}
U directionUVectorU direction at {uv}
V directionVVectorV direction at {uv}
FrameFPlaneFrame at {uv}
底层信息

SurfaceComponents.AnalysisComponents.Component_EvaluateSurface

GUID:353b206e-bde5-4f02-a913-b3b8a977d4b9

Is

Is Planar

Is Planar

用于Is Planar相关操作,属于曲面分类。原始说明:Test whether a surface is planar
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:2
输入端口
端口类型说明
SurfaceSSurfaceSurface to test for planarity
InteriorIBooleanLimit planarity test to the interior of trimmed surfaces
输出端口
端口类型说明
PlanarFBooleanPlanarity flag of surface
PlanePPlaneSurface plane
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceIsPlanar

GUID:d4bc9653-c770-4bee-a31d-d120cbb75b39

Os

Osculating Circles

Osculating Circles

用于Osculating Circles相关操作,属于曲面分类。原始说明:Calculate the principal osculating circles of a surface at a {uv} coordinate.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:3
输入端口
端口类型说明
SurfaceSSurfaceBase surface
PointuvPoint{uv} coordinate to evaluate
输出端口
端口类型说明
PointPPointSurface point at {uv} coordinate
First circleC1CurveFirst osculating circle
Second circleC2CurveSecond osculating circle
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceOsculatingCircles

GUID:b799b7c0-76df-4bdb-b3cc-401b1d021aa5

Po

Point In Trim

点 In Trim

用于点 In Trim相关操作,属于曲面分类。原始说明:Test whether a {uv} coordinate is inside the trimmed portion of a surface
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
UV PointPPointUV point to test for trim inclusion
输出端口
端口类型说明
InclusionIBooleanInclusion flag. TRUE if point is inside the trim boundaries.
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceTrimInclusion

GUID:f881810b-96de-4668-a95a-f9a6d683e65c

Pr

Principal Curvature

Principal Curvature

用于Principal Curvature相关操作,属于曲面分类。原始说明:Evaluate the principal curvature of a surface at a {uv} coordinate.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:5
输入端口
端口类型说明
SurfaceSSurfaceBase surface
PointuvPoint{uv} coordinate to evaluate
输出端口
端口类型说明
FrameFPlaneSurface frame at (uv) coordinate
MaximumNumberMaximum (absolute) principal curvature
MinimumNumberMinimum (absolute) principal curvature
Max directionVectorPrincipal curvature direction corresponding to C¹.
Min directionVectorPrincipal curvature direction corresponding to C².
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfacePrincipalCurvature

GUID:404f75ac-5594-4c48-ad8a-7d0f472bbf8a

Sh

Shape In Brep

Shape In Brep

用于Shape In Brep相关操作,属于曲面分类。原始说明:Tests whether a shape is inside a brep
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:1
输入端口
端口类型说明
BrepBBrepClosed brep for inside/outside testing
ShapeSGeometryShape for inside/outside testing
输出端口
端口类型说明
RelationRIntegerRelationship of shape to brep (0=inside, 1=intersecting, 2=outside)
底层信息

SurfaceComponents.AnalysisComponents.Component_IsShapeInBrep

GUID:2ba64356-be21-4c12-bbd4-ced54f04c8ef

Su

Surface Closest Point

曲面 最近 点

用于曲面 最近 点相关操作,属于曲面分类。原始说明:Find the closest point on a surface.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:3
输入端口
端口类型说明
PointPPointSample point
SurfaceSSurfaceBase surface
输出端口
端口类型说明
PointPPointClosest point
UV PointuvPPoint{uv} coordinates of closest point
DistanceDNumberDistance between sample point and surface
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceClosestPoint

GUID:4a9e9a8e-0943-4438-b360-129c30f2bb0f

Su

Surface Curvature

曲面 Curvature

用于曲面 Curvature相关操作,属于曲面分类。原始说明:Evaluate the surface curvature at a {uv} coordinate.
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:3
输入端口
端口类型说明
SurfaceSSurfaceBase surface
PointuvPoint{uv} coordinate to evaluate
输出端口
端口类型说明
FrameFPlaneSurface frame at {uv} coordinate
GaussianGNumberGaussian curvature
MeanMNumberMean curvature
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceCurvature

GUID:4139f3a3-cf93-4fc0-b5e0-18a3acd0b003

Su

Surface Inflection

曲面 Inflection

用于曲面 Inflection相关操作,属于曲面分类。原始说明:Compute the inflection curves for a surface
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:2输出:1
输入端口
端口类型说明
SurfaceSSurfaceSurface to analyse
ToleranceTNumberSampling tolerance
输出端口
端口类型说明
CurvesCLineInflection curves
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfaceInflection

GUID:0efd7f0c-f63d-446d-970e-9fb0e636ea41

Su

Surface Points

曲面 Points

用于曲面 Points相关操作,属于曲面分类。原始说明:Get the control-points of a Nurbs Surface
插件:SurfaceComponents.gha分类:Surface子分类:Analysis输入:1输出:5
输入端口
端口类型说明
SurfaceSSurfaceSurface for control-point extraction
输出端口
端口类型说明
PointsPPointControl point locations
WeightsWNumberControl point weights
GrevilleGPointGreville uv points
U CountUIntegerNumber of points along U direction
V CountVIntegerNumber of points along V direction
底层信息

SurfaceComponents.AnalysisComponents.Component_SurfacePoints

GUID:15128198-399d-4d6c-9586-1f65db3ce7bf

Surface / Freeform 23 个组件

4P

4Point Surface

4Point 曲面

用于4Point 曲面相关操作,属于曲面分类。原始说明:Create a surface connecting three or four corner points.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
Corner AAPointFirst corner
Corner BBPointSecond corner
Corner CCPointThird corner
Corner DDPointOptional fourth corner
输出端口
端口类型说明
SurfaceSSurfaceResulting surface
底层信息

SurfaceComponents.SurfaceComponents.Component_4PointSurface

GUID:c77a8b3b-c569-4d81-9b59-1c27299a1c45

Co

Control Point Loft

Control 点 Loft

用于Control 点 Loft相关操作,属于曲面分类。原始说明:Create a loft through curve control points.
插件:CurveComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
CurvesCCurveSection curves
DegreeDIntegerDegree perpendicular to curve direction
输出端口
端口类型说明
SurfaceSSurfaceLoft result
底层信息

CurveComponents.Component_ControlPointLoft

GUID:5c270622-ee80-45a4-b07a-bd8ffede92a2

Ed

Edge Surface

Edge 曲面

用于Edge 曲面相关操作,属于曲面分类。原始说明:Create a surface from two, three or four edge curves.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
Curve AACurveFirst curve
Curve BBCurveSecond curve
Curve CCCurveOptional Third curve
Curve DDCurveOptional Fourth curve
输出端口
端口类型说明
SurfaceSBrepBrep representing the edge-surface
底层信息

SurfaceComponents.SurfaceComponents.Component_EdgeSurface

GUID:36132830-e2ef-4476-8ea1-6a43922344f0

Ex

Extrude

Extrude

用于Extrude相关操作,属于曲面分类。原始说明:Extrude curves and surfaces along a vector.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
BaseBGeometryProfile curve or surface
DirectionDVectorExtrusion direction
输出端口
端口类型说明
ExtrusionEBrepExtrusion result
底层信息

SurfaceComponents.SurfaceComponents.Component_Extrude

GUID:962034e9-cc27-4394-afc4-5c16e3447cf9

Ex

Extrude Along

Extrude Along

用于Extrude Along相关操作,属于曲面分类。原始说明:Extrude curves and surfaces along a curve.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
BaseBGeometryProfile curve or surface
CurveCCurveExtrusion curve
输出端口
端口类型说明
ExtrusionEBrepExtrusion result
底层信息

SurfaceComponents.SurfaceComponents.Component_ExtrudeAlongCurve

GUID:38a5638b-6d01-4417-bf11-976d925f8a71

Ex

Extrude Angled

Extrude Angled

用于Extrude Angled相关操作,属于曲面分类。原始说明:Extrude a planar polyline at angles
插件:CurveComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
PolylinePCurvePolyline base curve
Base heightHbNumberHeight of vertical portion.
Top heightHtNumberHeight of top surface.
AnglesAAngleAngles per polyline edge.
输出端口
端口类型说明
ShapeSBrepExtruded shape
底层信息

FilletEdgeComponents.CutEdgesExtrusionComponent

GUID:ae57e09b-a1e4-4d05-8491-abd232213bc9

Ex

Extrude Linear

Extrude Linear

用于Extrude Linear相关操作,属于曲面分类。原始说明:Extrude curves and surfaces along a straight path.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
ProfilePGeometryProfile curve or surface
Orientation (P)PoPlanePlane indicating orientation of profile shape
AxisALineExtrusion axis
Orientation (A)AoPlaneOptional orientational plane for the axis
输出端口
端口类型说明
ExtrusionEBrepExtrusion result
底层信息

SurfaceComponents.SurfaceComponents.Component_ExtrudeLinear

GUID:8efd5eb9-a896-486e-9f98-d8d1a07a49f3

Ex

Extrude Point

Extrude 点

用于Extrude 点相关操作,属于曲面分类。原始说明:Extrude curves and surfaces to a point.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
BaseBGeometryProfile curve or surface
PointPPointExtrusion tip
输出端口
端口类型说明
ExtrusionEBrepExtrusion result
底层信息

SurfaceComponents.SurfaceComponents.Component_ExtrudeToPoint

GUID:be6636b2-2f1a-4d42-897b-fdef429b6f17

Fi

Fit Loft

Fit Loft

用于Fit Loft相关操作,属于曲面分类。原始说明:Create a loft fitted through a set of curves.
插件:CurveComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
CurvesCCurveSection curves
Count UNuIntegerNumber of points along curve direction
Degree UDuIntegerDegree along curve direction
Degree VDvIntegerDegree perpendicular to curve direction
输出端口
端口类型说明
SurfaceSSurfaceLoft result
底层信息

CurveComponents.Component_FitLoft

GUID:342aa574-1327-4bc2-8daf-203da2a45676

Fr

Fragment Patch

Fragment Patch

用于Fragment Patch相关操作,属于曲面分类。原始说明:Create a fragmented patch from a polyline boundary
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:1输出:1
输入端口
端口类型说明
BoundaryBCurveFragment polyline boundary
输出端口
端口类型说明
PatchPBrepFragmented patch
底层信息

SurfaceComponents.SurfaceComponents.Component_FragmentPatch

GUID:cb56b26c-2595-4d03-bdb2-eb2e6aeba82d

Lo

Loft

Loft

用于Loft相关操作,属于曲面分类。原始说明:Create a lofted surface through a set of section curves.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
CurvesCCurveSection curves
OptionsOLoft options
输出端口
端口类型说明
LoftLBrepResulting Loft surfaces
底层信息

SurfaceComponents.SurfaceComponents.Component_LoftSurface

GUID:a7a41d0a-2188-4f7a-82cc-1a2c4e4ec850

Lo

Loft Options

Loft Options

用于Loft Options相关操作,属于曲面分类。原始说明:Create loft options from atomic inputs
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:5输出:1
输入端口
端口类型说明
ClosedClsBooleanClosed loft
AdjustAdjBooleanAdjust seams
RebuildRbdIntegerRebuild count (zero = no rebuild)
RefitRftNumberRefit tolerance (zero = no refit)
TypeTIntegerLoft type (0=Normal, 1=Loose, 2=Tight, 3=Straight, 5=Uniform)
输出端口
端口类型说明
OptionsOLoft options
底层信息

SurfaceComponents.SurfaceComponents.Component_LoftOptions

GUID:45f19d16-1c9f-4b0f-a9a6-45a77f3d206c

Ne

Network Surface

Network 曲面

用于Network 曲面相关操作,属于曲面分类。原始说明:Create a surface from curve networks
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:3输出:1
输入端口
端口类型说明
Curves UUCurveCurves in U direction
Curves VVCurveCurves in V direction
ContinuityCIntegerSurface continuity (0=loose, 1=position, 2=tangency, 3=curvature)
输出端口
端口类型说明
SurfaceSSurfaceNetwork surface
底层信息

SurfaceComponents.SurfaceComponents.Component_NetworkSurface

GUID:71506fa8-9bf0-432d-b897-b2e0c5ac316c

Pa

Patch

Patch

用于Patch相关操作,属于曲面分类。原始说明:Create a patch surface
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:5输出:1
输入端口
端口类型说明
CurvesCCurveCurves to patch
PointsPPointPoints to patch
SpansSIntegerNumber of spans
FlexibilityFNumberPatch flexibility (low number; less flexibility)
TrimTBooleanAttempt to trim the result
输出端口
端口类型说明
PatchPSurfacePatch result
底层信息

SurfaceComponents.SurfaceComponents.Component_Patch

GUID:57b2184c-8931-4e70-9220-612ec5b3809a

Pi

Pipe

Pipe

用于Pipe相关操作,属于曲面分类。原始说明:Create a pipe surface around a rail curve.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:3输出:1
输入端口
端口类型说明
CurveCCurveBase curve
RadiusRNumberPipe radius
CapsEIntegerSpecifies the type of caps (0=None, 1=Flat, 2=Round)
输出端口
端口类型说明
PipePBrepResulting Pipe
底层信息

SurfaceComponents.SurfaceComponents.Component_PipeSurface

GUID:c277f778-6fdf-4890-8f78-347efb23c406

Pi

Pipe Variable

Pipe Variable

用于Pipe Variable相关操作,属于曲面分类。原始说明:Create a pipe surface with variable radii around a rail curve.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
CurveCCurveBase curve
ParameterstNumberCurve parameters for radii
RadiiRNumberA list of radii for every defined parameter
CapsEIntegerSpecifies the type of caps (0=None, 1=Flat, 2=Round)
输出端口
端口类型说明
PipePBrepResulting Pipe
底层信息

SurfaceComponents.SurfaceComponents.Component_PipeSurfaceEx

GUID:888f9c3c-f1e1-4344-94b0-5ee6a45aee11

Ra

Rail Revolution

Rail Revolution

用于Rail Revolution相关操作,属于曲面分类。原始说明:Create a surface of revolution using a sweep rail.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
CurvePCurveProfile curve
RailRCurveRail curve
AxisALineRevolution axis
ScaleSBooleanScale height of profile curve
输出端口
端口类型说明
SurfaceSBrepBrep representing the Rail-Revolve result.
底层信息

SurfaceComponents.SurfaceComponents.Component_RevRailSurface

GUID:d8d68c35-f869-486d-adf3-69ee3cc2d501

Re

Revolution

Revolution

用于Revolution相关操作,属于曲面分类。原始说明:Create a surface of revolution.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:3输出:1
输入端口
端口类型说明
CurvePCurveProfile curve
AxisALineRevolution axis
DomainDIntervalAngle domain (in radians)
输出端口
端口类型说明
SurfaceSBrepBrep representing the revolution result.
底层信息

SurfaceComponents.SurfaceComponents.Component_RevSurface

GUID:cdee962f-4202-456b-a1b4-f3ed9aa0dc29

Ru

Ruled Surface

Ruled 曲面

用于Ruled 曲面相关操作,属于曲面分类。原始说明:Create a surface between two curves.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
Curve AACurveFirst curve
Curve BBCurveSecond curve
输出端口
端口类型说明
SurfaceSSurfaceRuled surface between A and B
底层信息

SurfaceComponents.SurfaceComponents.Component_RuledSurface

GUID:6e5de495-ba76-42d0-9985-a5c265e9aeca

Su

Sum Surface

Sum 曲面

用于Sum 曲面相关操作,属于曲面分类。原始说明:Create a sum surface from two edge curves.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:2输出:1
输入端口
端口类型说明
Curve AACurveFirst curve
Curve BBCurveSecond curve
输出端口
端口类型说明
SurfaceSBrepBRep representing the sum-surface
底层信息

SurfaceComponents.SurfaceComponents.Component_SumSurface

GUID:5e33c760-adcd-4235-b1dd-05cf72eb7a38

Su

Surface From Points

曲面 From Points

用于曲面 From Points相关操作,属于曲面分类。原始说明:Create a nurbs surface from a grid of points.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:3输出:1
输入端口
端口类型说明
PointsPPointGrid of points
U CountUIntegerNumber of points in {u} direction
InterpolateIBooleanInterpolate samples
输出端口
端口类型说明
SurfaceSSurfaceResulting surface
底层信息

SurfaceComponents.SurfaceComponents.Component_PointGridSurface

GUID:4b04a1e1-cddf-405d-a7db-335aaa940541

Sw

Sweep1

Sweep1

用于Sweep1相关操作,属于曲面分类。原始说明:Create a sweep surface with one rail curve.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:3输出:1
输入端口
端口类型说明
RailRCurveRail curve
SectionsSCurveSection curves
MiterMIntegerKink miter type (0=None, 1=Trim, 2=Rotate)
输出端口
端口类型说明
BrepSBrepResulting Brep
底层信息

SurfaceComponents.SurfaceComponents.Component_Sweep1

GUID:bb6666e7-d0f4-41ec-a257-df2371619f13

Sw

Sweep2

Sweep2

用于Sweep2相关操作,属于曲面分类。原始说明:Create a sweep surface with two rail curves.
插件:SurfaceComponents.gha分类:Surface子分类:Freeform输入:4输出:1
输入端口
端口类型说明
Rail 1CurveFirst rail curve
Rail 2CurveSecond rail curve
SectionsSCurveSection curves
Same HeightHBooleanCreate a sweep with same-height properties.
输出端口
端口类型说明
BrepSBrepResulting Brep
底层信息

SurfaceComponents.SurfaceComponents.Component_Sweep2

GUID:75164624-395a-4d24-b60b-6bf91cab0194

Surface / Primitive 19 个组件

Bo

Bounding Box

Bounding 盒体

用于Bounding 盒体相关操作,属于曲面分类。原始说明:Solve world oriented geometry bounding boxes.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:1
输入端口
端口类型说明
ContentCGeometryGeometry to contain
UnionUBooleanCreate a single unified box for all objects
输出端口
端口类型说明
BoxBBoxWorld aligned bounding box
底层信息

SurfaceComponents.PrimitiveComponents.Component_BoundingBox_OBSOLETEASWELL

GUID:6aa8da2e-6f25-4585-8b37-aa44609beb46

Bo

Bounding Box

Bounding 盒体

用于Bounding 盒体相关操作,属于曲面分类。原始说明:Solve oriented geometry bounding boxes.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:2
输入端口
端口类型说明
ContentCGeometryGeometry to contain
UnionUBooleanCreate a single unified box for all objects
PlanePPlaneBoundingBox orientation plane
输出端口
端口类型说明
BoxBBoxAligned bounding box in world coordinates
BoxBBoxBounding box in orientation plane coordinates
底层信息

SurfaceComponents.PrimitiveComponents.Component_BoundingBox_OBSOLETETOOCANTGETTHISONERIGHT

GUID:87df35c8-6e1d-4e2a-821a-7c1066714409

Bo

Bounding Box

Bounding 盒体

用于Bounding 盒体相关操作,属于曲面分类。原始说明:Solve oriented geometry bounding boxes.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:2
输入端口
端口类型说明
ContentCGeometryGeometry to contain
PlanePPlaneBoundingBox orientation plane
输出端口
端口类型说明
BoxBBoxAligned bounding box in world coordinates
BoxBBoxBounding box in orientation plane coordinates
底层信息

SurfaceComponents.PrimitiveComponents.Component_BoundingBox

GUID:0bb3d234-9097-45db-9998-621639c87d3b

Bo

Bounding Box [OBSOLETE]

Bounding 盒体 [OBSOLETE]

用于Bounding 盒体 [OBSOLETE]相关操作,属于曲面分类。原始说明:Solve world oriented geometry bounding boxes.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:1输出:1
输入端口
端口类型说明
ContentCGeometryGeometry to contain
输出端口
端口类型说明
BoxBBoxWorld aligned bounding box
底层信息

SurfaceComponents.PrimitiveComponents.Component_BoundingBox_OBSOLETE

GUID:9d375779-649d-49f1-baaf-04560a51cd3d

Bo

Box 2Pt

盒体 2Pt

用于盒体 2Pt相关操作,属于曲面分类。原始说明:Create a box defined by two points.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
Point AAPointFirst corner
Point BBPointSecond corner
PlanePPlaneBase plane
输出端口
端口类型说明
BoxBBoxResulting box
底层信息

SurfaceComponents.PrimitiveComponents.Component_Box2Points

GUID:2a43ef96-8f87-4892-8b94-237a47e8d3cf

Bo

Box 2Pt [OBSOLETE]

盒体 2Pt [OBSOLETE]

用于盒体 2Pt [OBSOLETE]相关操作,属于曲面分类。原始说明:Create a box defined by two points.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:1
输入端口
端口类型说明
Point AAPointFirst corner
Point BBPointSecond corner
输出端口
端口类型说明
BoxBBoxResulting box
底层信息

SurfaceComponents.PrimitiveComponents.Component_Box2Points_OBSOLETE

GUID:9aef6eb4-98c3-4b0e-b875-1a7cb1bb1038

Bo

Box Rectangle

盒体 Rectangle

用于盒体 Rectangle相关操作,属于曲面分类。原始说明:Create a box defined by a rectangle and a height.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:1
输入端口
端口类型说明
RectangleRRectangleBase rectangle
HeightHIntervalBox height
输出端口
端口类型说明
BoxBBoxResulting box
底层信息

SurfaceComponents.PrimitiveComponents.Component_BoxRectangle

GUID:d0a56c9e-2483-45e7-ab98-a450b97f1bc0

Ce

Center Box

Center 盒体

用于Center 盒体相关操作,属于曲面分类。原始说明:Create a box centered on a plane.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:4输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
XXNumberSize of box in {x} direction.
YYNumberSize of box in {y} direction.
ZZNumberSize of box in {z} direction.
输出端口
端口类型说明
BoxBBoxResulting box
底层信息

SurfaceComponents.PrimitiveComponents.Component_CenterBox

GUID:28061aae-04fb-4cb5-ac45-16f3b66bc0a4

Co

Cone

圆锥

用于圆锥相关操作,属于曲面分类。原始说明:Create a conical surface
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:2
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberRadius at cone base
LengthLNumberCone height
输出端口
端口类型说明
ConeCSurfaceResulting cone
TipTPointTip of cone
底层信息

SurfaceComponents.PrimitiveComponents.Component_Cone

GUID:03e331ed-c4d1-4a23-afa2-f57b87d2043c

Co

Cone [OBSOLETE]

圆锥 [OBSOLETE]

用于圆锥 [OBSOLETE]相关操作,属于曲面分类。原始说明:This component is obsolete and has been replaced by another Cone component.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
BaseBPlaneBase plane of cone
RadiusRNumberRadius at cone base
LengthLNumberLength override
输出端口
端口类型说明
ConeCSurfaceThe 3D cone
底层信息

SurfaceComponents.PrimitiveComponents.Component_Cone_OBSOLETE

GUID:22e61c07-c02f-4c53-b567-c821a164fd92

Cy

Cylinder

圆柱

用于圆柱相关操作,属于曲面分类。原始说明:Create a cylindrical surface.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberCylinder radius
LengthLNumberCylinder height
输出端口
端口类型说明
CylinderCSurfaceResulting cylinder
底层信息

SurfaceComponents.PrimitiveComponents.Component_Cylinder

GUID:0373008a-80ee-45be-887d-ab5a244afc29

Do

Domain Box

区间 盒体

用于区间 盒体相关操作,属于曲面分类。原始说明:Create a box defined by a base plane and size domains.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:4输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
XXIntervalDomain of the box in the {x} direction.
YYIntervalDomain of the box in the {y} direction.
ZZIntervalDomain of the box in the {z} direction.
输出端口
端口类型说明
BoxBBoxResulting box
底层信息

SurfaceComponents.PrimitiveComponents.Component_IntervalBox

GUID:79aa7f47-397c-4d3f-9761-aaf421bb7f5f

Pl

Plane Surface

平面 曲面

用于平面 曲面相关操作,属于曲面分类。原始说明:Create a plane surface
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
PlanePPlaneSurface base plane
X SizeXIntervalDimensions in X direction
Y SizeYIntervalDimensions in Y direction
输出端口
端口类型说明
PlanePSurfaceResulting plane surface
底层信息

SurfaceComponents.PrimitiveComponents.Component_PlaneSurface

GUID:439a55a5-2f9e-4f66-9de2-32f24fec2ef5

Pl

Plane Through Box

平面 Through 盒体

用于平面 Through 盒体相关操作,属于曲面分类。原始说明:Fit a rectangular surface through a Box.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
PlanePPlaneSection plane
BoxBBoxBox to intersect
InflateINumberBox inflation value
输出端口
端口类型说明
SurfacesSSurfaceResulting planar surface
底层信息

SurfaceComponents.PrimitiveComponents.Component_PlaneThroughBox_OBSOLETE

GUID:f565fd67-5a98-4b48-9ea9-2e184a9ef0e6

Pl

Plane Through Shape

平面 Through Shape

用于平面 Through Shape相关操作,属于曲面分类。原始说明:Make a rectangular surface that is larger than a given shape.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:3输出:1
输入端口
端口类型说明
PlanePPlaneSurface plane
ShapeSGeometryShape to exceed
InflateINumberBoundary inflation amount
输出端口
端口类型说明
SurfaceSSurfaceResulting planar surface
底层信息

SurfaceComponents.PrimitiveComponents.Component_PlaneThroughShape

GUID:d8698126-0e91-4ae7-ba05-2490258573ea

Qu

Quad Sphere

Quad 球体

用于Quad 球体相关操作,属于曲面分类。原始说明:Create a spherical brep made from quad nurbs patches.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberSphere radius
输出端口
端口类型说明
SphereSBrepResulting quad sphere
底层信息

SurfaceComponents.PrimitiveComponents.Component_QuadSphere

GUID:361790d6-9d66-4808-8c5a-8de9c218c227

Sp

Sphere

球体

用于球体相关操作,属于曲面分类。原始说明:Create a spherical surface.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:2输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
RadiusRNumberSphere radius
输出端口
端口类型说明
SphereSSurfaceResulting sphere
底层信息

SurfaceComponents.PrimitiveComponents.Component_Sphere

GUID:dabc854d-f50e-408a-b001-d043c7de151d

Sp

Sphere 4Pt

球体 4Pt

用于球体 4Pt相关操作,属于曲面分类。原始说明:Create a spherical surface from 4 points.
插件:SurfaceComponents.gha分类:Surface子分类:Primitive输入:4输出:3
输入端口
端口类型说明
Point 1P1PointFirst point
Point 2P2PointSecond point (cannot be coincident with P1)
Point 3P3PointThird point (cannot be colinear with P1 & P2)
Point 4P4PointFourth point (cannot be coplanar with P1, P2 & P3)
输出端口
端口类型说明
CenterCPointCenter of sphere
RadiusRNumberRadius of sphere
SphereSSurfaceSphere fitted to P1~P4
底层信息

SurfaceComponents.PrimitiveComponents.Component_Sphere4Pt

GUID:b083c06d-9a71-4f40-b354-1d80bba1e858

Sp

Sphere Fit

球体 Fit

用于球体 Fit相关操作,属于曲面分类。原始说明:Fit a sphere to a 3D collection of points
插件:TriangulationComponents.gha分类:Surface子分类:Primitive输入:1输出:3
输入端口
端口类型说明
PointsPPointPoints to fit
输出端口
端口类型说明
CenterCPointCenter of fitted sphere
RadiusRNumberRadius of fitted sphere
SphereSSurfaceSphere surface
底层信息

TriangulationComponents.Component_FitSphere

GUID:e7ffb3af-2d77-4804-a260-755308bf8285

Surface / SubD 13 个组件

Me

Mesh from SubD

Mesh from SubD

用于Mesh from SubD相关操作,属于曲面分类。原始说明:Get the approximation mesh of a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:2输出:1
输入端口
端口类型说明
SubDSSubDSubD
DensityDIntegerSubdivision density
输出端口
端口类型说明
MeshMMeshMesh approximation
底层信息

SubDComponents.MeshFromSubDComponent

GUID:c0b3c6e9-d05d-4c51-a0df-1ce2678c7a33

Mu

MultiPipe

MultiPipe

用于MultiPipe相关操作,属于曲面分类。原始说明:Create a branching pipe around a network of lines/curves
插件:Kangaroo2Component.gha分类:Surface子分类:SubD输入:8输出:1
输入端口
端口类型说明
CurvesCGenericThe curves to pipe. Also accepts meshes
NodeSizeNNumberPipe radius. If one value given, it is applied to all. Alternatively, provide a list of radii corresponding to each point in SizePoints
SizePointsSPPointIf you are supplying multiple radii for NodeSize, these points identify which node to set as which radius. If only some of the nodes have their radius set this way, the values will be interpolated across the shape
EndOffsetENumberThe distance of the first edge loop away from the node as a multiplier of NodeSize. If this is set to zero, no intermediate edge loop is added, to give a smoother shape.
StrutSizeSSNumberThe size of the struts between nodes as a multiplier of NodeSize. <1 gives tapering struts, >1 gives bulging struts
SegmentSNumberApproximate spacing of edge loops along each strut. If set to zero, no additional edge loops are added
KinkAngleKANumberWhen the input to 'Curves' are smooth curves, this sets the maximum angle between consecutive segments when discretizing
CubeFitCFNumberIf >0 this attempts to fit a cube at each node. Should be a value between 0 and 1, where 0 = never, and 1 = always, depending on how close to orthogonal its connected lines are.
输出端口
端口类型说明
PipePSubDResulting Pipe SubD
底层信息

Kangaroo2Component.UtilityComponents.MultiPipeOld

GUID:f1b75016-5818-4ece-be56-065253a2357d

Mu

MultiPipe

MultiPipe

用于MultiPipe相关操作,属于曲面分类。原始说明:Create a branching pipe around a network of lines/curves
插件:Kangaroo2Component.gha分类:Surface子分类:SubD输入:9输出:1
输入端口
端口类型说明
CurvesCurvesGenericThe curves to pipe. Also accepts meshes
NodeSizeNodeSizeNumberPipe radius. If one value given, it is applied to all. Alternatively, provide a list of radii corresponding to each point in SizePoints
SizePointsSizePointsPointIf you are supplying multiple radii for NodeSize, these points identify which node to set as which radius. If only some of the nodes have their radius set this way, the values will be interpolated across the shape
EndOffsetEndOffsetNumberThe distance of the first edge loop away from the node as a multiplier of NodeSize. If this is set to zero, no intermediate edge loop is added, to give a smoother shape.
StrutSizeStrutSizeNumberThe size of the struts between nodes as a multiplier of NodeSize. <1 gives tapering struts, >1 gives bulging struts
SegmentSegmentNumberApproximate spacing of edge loops along each strut. If set to zero, no additional edge loops are added
KinkAngleKinkAngleNumberWhen the input to 'Curves' are smooth curves, this sets the maximum angle between consecutive segments when discretizing
CubeFitCubeFitNumberIf >0 this attempts to fit a cube at each node. Should be a value between 0 and 1, where 0 = never, and 1 = always, depending on how close to orthogonal its connected lines are.
CapsCapsIntegerCap option - 0:None, 1:Round, 2:Flat
输出端口
端口类型说明
PipePSubDResulting Pipe SubD
底层信息

Kangaroo2Component.UtilityComponents.MultiPipeNew

GUID:4bfe1bf6-fbc9-4ad2-bf28-a7402e1392ee

Su

SubD Box

SubD 盒体

用于SubD 盒体相关操作,属于曲面分类。原始说明:Create a subdivision box
插件:XformComponents.gha分类:Surface子分类:SubD输入:3输出:1
输入端口
端口类型说明
BoxBBoxBox
DensityDIntegerSubdivision density
CreasesCBooleanSharp box creases
输出端口
端口类型说明
SubDSSubDSubD
底层信息

SubDComponents.SubDBox

GUID:10487e4e-a405-48b5-b188-5a8a6328418b

Su

SubD Control Polygon

SubD Control Polygon

用于SubD Control Polygon相关操作,属于曲面分类。原始说明:Extract the control polygon from a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:1输出:1
输入端口
端口类型说明
SubDSSubDSubD
输出端口
端口类型说明
MeshMMeshControl mesh
底层信息

SubDComponents.SubDControlPolygonComponent

GUID:c1a57c2a-11c5-4f77-851e-0a7dffef848e

Su

SubD Edge Tags

SubD Edge Tags

用于SubD Edge Tags相关操作,属于曲面分类。原始说明:Set the edge tags of a SubD shape.
插件:XformComponents.gha分类:Surface子分类:SubD输入:3输出:1
输入端口
端口类型说明
SubDSSubDSubD to modify.
Edge TagTTextEdge tag descriptor.
Edge IDsEIntegerEdge identifiers.
输出端口
端口类型说明
SubDSSubDModified SuD shape.
底层信息

SubDComponents.SubDEdgeTags

GUID:048b219e-284a-49f2-ae40-a60465b08447

Su

SubD Edges

SubD Edges

用于SubD Edges相关操作,属于曲面分类。原始说明:Extract all edge data from a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:1输出:4
输入端口
端口类型说明
SubDSSubDSubD
输出端口
端口类型说明
LineLLineEdge line
EdgeECurveEdge curve
TagTTextEdge tag
IdITextEdge identifier
底层信息

SubDComponents.SubDEdges

GUID:2183c4c6-b5b3-45d2-9261-2096c9357f92

Su

SubD Faces

SubD Faces

用于SubD Faces相关操作,属于曲面分类。原始说明:Extract all face data from a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:1输出:4
输入端口
端口类型说明
SubDSSubDSubD
输出端口
端口类型说明
PointPPointFace centre point
CountCIntegerNumber of edges (and vertices) which surround this face.
EdgesETextEdge identifiers
VerticesVTextVertex identifiers
底层信息

SubDComponents.SubDFaces

GUID:83c81431-17bc-4bff-bb85-be0a846bd044

Su

SubD Fuse

SubD Fuse

用于SubD Fuse相关操作,属于曲面分类。原始说明:Combine 2 SubD objects
插件:Kangaroo2Component.gha分类:Surface子分类:SubD输入:4输出:1
输入端口
端口类型说明
SubD AAMeshFirst SubD or Mesh object to be fused
SubD BBMeshSecond SubD or Mesh object to be fused
Boolean OptionOIntegerBoolean type: 0=Union, 1=Intersection, 2=A-B, 3=B-A
SmoothingSIntegerNumber of smoothing steps to perform on the join
输出端口
端口类型说明
FuseFSubDFused result
底层信息

Kangaroo2Component.UtilityComponents.SubDFuse

GUID:264b4aa6-4915-4a67-86a7-22a5c4acf565

Su

SubD Vertex Tags

SubD Vertex Tags

用于SubD Vertex Tags相关操作,属于曲面分类。原始说明:Set the vertex tags of a SubD shape.
插件:XformComponents.gha分类:Surface子分类:SubD输入:3输出:1
输入端口
端口类型说明
SubDSSubDSubD to modify.
Vertex TagTTextVertex tag descriptor. (S=smooth, C=crease, L=corner, D=dart)
Vertex IDsVIntegerVertex identifiers.
输出端口
端口类型说明
SubDSSubDModified SuD shape.
底层信息

SubDComponents.SubDVertexTags

GUID:954a8963-bb2c-4847-9012-69ff34acddd5

Su

SubD Vertices

SubD Vertices

用于SubD Vertices相关操作,属于曲面分类。原始说明:Extract all vertex data from a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:1输出:2
输入端口
端口类型说明
SubDSSubDSubD
输出端口
端口类型说明
PointPPointVertex location on control net.
IdITextVertex identifier
底层信息

SubDComponents.SubDVertices_OBSOLETE

GUID:cd9efa8f-0084-4d52-ab13-ad88ff22dc46

Su

SubD Vertices

SubD Vertices

用于SubD Vertices相关操作,属于曲面分类。原始说明:Extract all vertex data from a SubD.
插件:XformComponents.gha分类:Surface子分类:SubD输入:1输出:3
输入端口
端口类型说明
SubDSSubDSubD
输出端口
端口类型说明
PointPPointVertex location on control net.
IdITextVertex identifier.
TagTTextVertex tag type.
底层信息

SubDComponents.SubDVertices

GUID:fc8ad805-2cbf-4447-b41b-50c0be591fcd

Su

SubD from Mesh

SubD from Mesh

用于SubD from Mesh相关操作,属于曲面分类。原始说明:Create a SubD from a control mesh
插件:XformComponents.gha分类:Surface子分类:SubD输入:4输出:1
输入端口
端口类型说明
MeshMMeshControl Mesh
CreasesCrIntegerSubdivision crease option
CornersCoIntegerSubdivision corner option
InterpolateIBooleanInterpolate mesh vertices
输出端口
端口类型说明
SubDSSubDSubD
底层信息

SubDComponents.SubDFromMeshComponent

GUID:855a2c73-31c0-41d2-b061-57d54229d11b

Surface / Util 23 个组件

Br

Brep Join

Brep 合并

用于Brep 合并相关操作,属于曲面分类。原始说明:Join a number of Breps together
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:1输出:2
输入端口
端口类型说明
BrepsBBrepBreps to join
输出端口
端口类型说明
BrepsBBrepJoined Breps
ClosedCBooleanClosed flag for each resulting Brep
底层信息

SurfaceComponents.SurfaceComponents.Component_BrepJoin

GUID:1addcc85-b04e-46e6-bd4a-6f6c93bf7efd

Ca

Cap Holes

Cap Holes

用于Cap Holes相关操作,属于曲面分类。原始说明:Cap all planar holes in a Brep.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:1输出:1
输入端口
端口类型说明
BrepBBrepBrep to cap
输出端口
端口类型说明
BrepBBrepCapped Brep
底层信息

SurfaceComponents.SurfaceComponents.Component_CapPlanarHoles

GUID:b648d933-ddea-4e75-834c-8f6f3793e311

Ca

Cap Holes Ex

Cap Holes Ex

用于Cap Holes Ex相关操作,属于曲面分类。原始说明:Cap as many holes as possible in a Brep.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:1输出:3
输入端口
端口类型说明
BrepBBrepBrep to cap
输出端口
端口类型说明
BrepBBrepCapped Brep
CapsCIntegerNumber of caps added
SolidSBooleanValue indicating whether capped brep is solid
底层信息

SurfaceComponents.SurfaceComponents.Component_CapHoles

GUID:f6409a9c-3d2a-4b14-9f2c-e3c3f2cb72f8

Cl

Closed Edges

Closed Edges

用于Closed Edges相关操作,属于曲面分类。原始说明:Select closed edges.
插件:CurveComponents.gha分类:Surface子分类:Util输入:2输出:4
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
TangencyTBooleanIf true, consecutive tangent edges will be taken into account.
输出端口
端口类型说明
ClosedCCurveClosed edge curves
Closed IndicesCiIntegerClosed edge indices.
OpenOCurveOpen edge curves.
Open IndicesOiIntegerOpen edge indices.
底层信息

FilletEdgeComponents.EdgesByClosednessComponent

GUID:70905be1-e22f-4fa8-b9ae-e119d417904f

Co

Convex Edges

Convex Edges

用于Convex Edges相关操作,属于曲面分类。原始说明:Select concave or convex brep edges.
插件:CurveComponents.gha分类:Surface子分类:Util输入:1输出:3
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
输出端口
端口类型说明
ConvexCvIntegerFully convex edge indices
ConcaveCcIntegerFully concave edge indices
MixedMxIntegerMixed concavity edge indices
底层信息

FilletEdgeComponents.EdgesByConcavityComponent

GUID:8248da39-0729-4e04-8395-267b3259bc2f

Co

Copy Trim

Copy Trim

用于Copy Trim相关操作,属于曲面分类。原始说明:Copy UV trim data from one surface to another.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:2输出:1
输入端口
端口类型说明
SourceSSurfaceSource surface
TargetTSurfaceTarget surface
输出端口
端口类型说明
SurfaceSSurfaceRetrimmed surface
底层信息

SurfaceComponents.SurfaceComponents.Component_CopyTrims

GUID:5d192b90-1ae3-4439-bbde-b05976fc4ac3

Di

Divide Surface

分割 曲面

用于分割 曲面相关操作,属于曲面分类。原始说明:Generate a grid of {uv} points on a surface.
插件:VectorComponents.gha分类:Surface子分类:Util输入:3输出:3
输入端口
端口类型说明
SurfaceSSurfaceSurface to divide
U CountUIntegerNumber of segments in {u} direction
V CountVIntegerNumber of segments in {v} direction
输出端口
端口类型说明
PointsPPointDivision points
NormalsNVectorNormal vectors at division points
ParametersuvPointParameter coordinates at division points
底层信息

VectorComponents.DivisionComponents.Component_DivideSurface

GUID:5106bafc-d5d4-4983-83e7-7be3ed07f502

Di

Divide Surface [OBSOLETE]

分割 曲面 [OBSOLETE]

用于分割 曲面 [OBSOLETE]相关操作,属于曲面分类。原始说明:Generate a grid of {uv} points on a surface.
插件:VectorComponents.gha分类:Surface子分类:Util输入:3输出:3
输入端口
端口类型说明
SurfaceSSurfaceSurface to divide
U CountUIntegerNumber of segments in {u} direction
V CountVIntegerNumber of segments in {v} direction
输出端口
端口类型说明
PointsPPointDivision points
NormalsNVectorNormal vectors at division points
ParametersuvPointParameter coordinates at division points
底层信息

VectorComponents.DivisionComponents.Component_DivideSurface_OBSOLETE

GUID:082976f0-c741-4df8-a1d4-89891bf8619f

Ed

Edges from Directions

Edges from Directions

用于Edges from Directions相关操作,属于曲面分类。原始说明:Select brep edges based on edge direction
插件:CurveComponents.gha分类:Surface子分类:Util输入:4输出:3
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
DirectionsDVectorDirections to filter
ReflexRBooleanIf true, angle test includes the reflex angle
AngleANumberDirection angle tolerance.
输出端口
端口类型说明
EdgesECurveFound edges
IndicesIIntegerEdge indices
MapMTextDirection map per edge
底层信息

FilletEdgeComponents.EdgesByDirectionComponent

GUID:64ff9813-8fe8-4708-ac9f-61b825213e83

Ed

Edges from Faces

Edges from Faces

用于Edges from Faces相关操作,属于曲面分类。原始说明:Select all brep edges that delineate certain faces
插件:CurveComponents.gha分类:Surface子分类:Util输入:2输出:2
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
PointsPPointPoints for face coincidence check
输出端口
端口类型说明
EdgesECurveFound edges
IndicesIIntegerEdge indices
底层信息

FilletEdgeComponents.EdgesFromFacesComponent

GUID:71e99dbb-2d79-4f02-a8a6-e87a09d54f47

Ed

Edges from Length

Edges from 长度

用于Edges from 长度相关操作,属于曲面分类。原始说明:Select brep edges based on length
插件:CurveComponents.gha分类:Surface子分类:Util输入:3输出:2
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
MinimumL-NumberMinimum edge length for inclusion.
MaximumL+NumberMaximum edge length for inclusion.
输出端口
端口类型说明
EdgesECurveFound edges
IndicesIIntegerEdge indices
底层信息

FilletEdgeComponents.EdgesByLengthComponent

GUID:ff187e6a-84bc-4bb9-a572-b39006a0576d

Ed

Edges from Linearity

Edges from Linearity

用于Edges from Linearity相关操作,属于曲面分类。原始说明:Select brep edges based on linearity
插件:CurveComponents.gha分类:Surface子分类:Util输入:3输出:2
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
MinimumL-NumberMinimum linearity deviation for edge inclusion.
MaximumL+NumberMaximum linearity deviation for edge inclusion.
输出端口
端口类型说明
EdgesECurveFound edges
IndicesIIntegerEdge indices
底层信息

FilletEdgeComponents.EdgesByLinearityComponent

GUID:e4ff8101-73c9-4802-8c5d-704d8721b909

Ed

Edges from Points

Edges from Points

用于Edges from Points相关操作,属于曲面分类。原始说明:Select brep edges based on point coincidence
插件:CurveComponents.gha分类:Surface子分类:Util输入:4输出:3
输入端口
端口类型说明
BrepBBrepBrep for edge extraction
PointsPPointPoints for coincidence check
ValenceVIntegerMinimum valence of points per edge
ToleranceTNumberOptional coincidence tolerance.
输出端口
端口类型说明
EdgesECurveFound edges
IndicesIIntegerEdge indices
MapMTextPoint map per edge
底层信息

FilletEdgeComponents.EdgesByPointsComponent

GUID:73269f6a-9645-4638-8d5e-88064dd289bd

Fi

Fillet Edge

Fillet Edge

用于Fillet Edge相关操作,属于曲面分类。原始说明:Fillet some edges of a brep.
插件:CurveComponents.gha分类:Surface子分类:Util输入:5输出:1
输入端口
端口类型说明
ShapeSBrepShape to fillet
BlendBIntegerFillet blend type
MetricMIntegerFillet metric type
EdgesEIntegerEdge indices to fillet
RadiiRNumberFillet radii/measures per edge
输出端口
端口类型说明
ResultBBrepFilleted Brep
底层信息

FilletEdgeComponents.FilletEdgeComponent

GUID:4b87eb13-f87c-4ff1-ae0e-6c9f1f2aecbd

Fl

Flip

Flip

用于Flip相关操作,属于曲面分类。原始说明:Flip the normals of a surface based on local or remote geometry
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:2输出:2
输入端口
端口类型说明
SurfaceSSurfaceSurface to flip
GuideGSurfaceOptional guide surface to match
输出端口
端口类型说明
SurfaceSSurfaceFlipped surface
ResultRBooleanResult: True if surface was flipped
底层信息

SurfaceComponents.SurfaceComponents.Component_FlipSurface

GUID:c3d1f2b8-8596-4e8d-8861-c28ba8ffb4f4

Is

Isotrim

Isotrim

用于Isotrim相关操作,属于曲面分类。原始说明:Extract an isoparametric subset of a surface.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:2输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
DomainDInterval2DDomain of subset
输出端口
端口类型说明
SurfaceSSurfaceSubset of base surface
底层信息

SurfaceComponents.SurfaceComponents.Component_IsoTrim

GUID:6a9ccaab-1b03-484e-bbda-be9c81584a66

Me

Merge Faces

合并 Faces

用于合并 Faces相关操作,属于曲面分类。原始说明:Merge all adjacent co-planar faces in a brep
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:1输出:3
输入端口
端口类型说明
BrepBBrepBrep to simplify
输出端口
端口类型说明
BrepsBBrepSimplified Brep
BeforeN0IntegerNumber of faces before simplification
AfterN1IntegerNumber of faces after simplification
底层信息

SurfaceComponents.SurfaceComponents.Component_MergeCoPlanarFaces

GUID:d6b43673-55dd-4e2f-95c4-6c69a14513a6

Of

Offset Surface

偏移 曲面

用于偏移 曲面相关操作,属于曲面分类。原始说明:Offset a surface by a fixed amount.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:3输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
DistanceDNumberOffset distance
RetrimTBooleanRetrim offset
输出端口
端口类型说明
SurfaceSSurfaceOffset result
底层信息

SurfaceComponents.SurfaceComponents.Component_OffsetSurface

GUID:b25c5762-f90e-4839-9fc5-74b74ab42b1e

Of

Offset Surface Loose

偏移 曲面 Loose

用于偏移 曲面 Loose相关操作,属于曲面分类。原始说明:Offset a surface by moving the control points.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:3输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
DistanceDNumberOffset distance
RetrimTBooleanRetrim offset
输出端口
端口类型说明
SurfaceSSurfaceOffset result
底层信息

SurfaceComponents.SurfaceComponents.Component_OffsetSurfaceLoose

GUID:e7e43403-f913-4d83-8aff-5b1c7a7f9fbc

Re

Retrim

Retrim

用于Retrim相关操作,属于曲面分类。原始说明:Retrim a surface based on 3D trim data from another surface.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:2输出:1
输入端口
端口类型说明
SourceSSurfaceSource surface providing the UV trim data.
TargetTSurfaceTarget surface to be trimmed
输出端口
端口类型说明
SurfaceSSurfaceRetrimmed surface
底层信息

SurfaceComponents.SurfaceComponents.Component_ReTrim

GUID:a1da39b7-6387-4522-bf2b-2eaee6b14072

Su

Surface Frames

曲面 Frames

用于曲面 Frames相关操作,属于曲面分类。原始说明:Generate a grid of {uv} frames on a surface
插件:VectorComponents.gha分类:Surface子分类:Util输入:3输出:2
输入端口
端口类型说明
SurfaceSSurfaceSurface to divide
U CountUIntegerNumber of segments in U-direction
V CountVIntegerNumber of segments in V-direction
输出端口
端口类型说明
FramesFPlaneSurface Frames
ParametersuvPointParameter coordinates at division points
底层信息

VectorComponents.DivisionComponents.Component_SurfaceFrames

GUID:332378f4-acb2-43fe-8593-ed22bfeb2721

Su

Surface Frames [OBSOLETE]

曲面 Frames [OBSOLETE]

用于曲面 Frames [OBSOLETE]相关操作,属于曲面分类。原始说明:Generate a grid of {uv} frames on a surface
插件:VectorComponents.gha分类:Surface子分类:Util输入:3输出:2
输入端口
端口类型说明
SurfaceSSurfaceSurface to divide
U CountUIntegerNumber of segments in U-direction
V CountVIntegerNumber of segments in V-direction
输出端口
端口类型说明
FramesFPlaneSurface Frames
ParametersuvPointParameter coordinates at division points
底层信息

VectorComponents.DivisionComponents.Component_SurfaceFrames_OBSOLETE

GUID:59143f40-32f3-47c1-b9ae-1a09eb9c926b

Un

Untrim

Untrim

用于Untrim相关操作,属于曲面分类。原始说明:Remove all trim curves from a surface.
插件:SurfaceComponents.gha分类:Surface子分类:Util输入:1输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
输出端口
端口类型说明
SurfaceSSurfaceUntrimmed surface
底层信息

SurfaceComponents.SurfaceComponents.Component_Untrim

GUID:fa92858a-a180-4545-ad4d-0dc644b3a2a8

Transform / Affine 18 个组件

Bo

Box Mapping

盒体 Mapping

用于盒体 Mapping相关操作,属于变换分类。原始说明:Transform geometry from one box into another.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
SourceSBoxBox to map from
TargetTBoxBox to map into
输出端口
端口类型说明
GeometryGGeometryMapped geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_BoxMapping

GUID:8465bcce-9e0a-4cf4-bbda-1a7ce5681e10

Ca

Camera Obscura

Camera Obscura

用于Camera Obscura相关操作,属于变换分类。原始说明:Camera Obscura (point mirror) transformation.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PointPPointMirror point
FactorFNumberScaling factor
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_CameraObscura

GUID:407e35c6-7c40-4652-bd80-fde1eb7ec034

Or

Orient Direction

定向 Direction

用于定向 Direction相关操作,属于变换分类。原始说明:Orient an object using directional constraints only.
插件:XformComponents.gha分类:Transform子分类:Affine输入:5输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
Point ApAPointReference point
Direction AdAVectorReference direction
Point BpBPointTarget point
Direction BdBVectorTarget direction
输出端口
端口类型说明
GeometryGGeometryReoriented geometry
底层信息

LinearXForms.Component_OrientDir_OBSOLETE

GUID:4041be93-6746-4cdb-aa95-929bff544fb0

Or

Orient Direction

定向 Direction

用于定向 Direction相关操作,属于变换分类。原始说明:Orient an object using directional constraints only.
插件:XformComponents.gha分类:Transform子分类:Affine输入:5输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
Point ApAPointReference point
Direction AdAVectorReference direction
Point BpBPointTarget point
Direction BdBVectorTarget direction
输出端口
端口类型说明
GeometryGGeometryReoriented geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_OrientDir

GUID:1602b2cc-007c-4b79-8926-0067c6184e44

Pr

Project

Project

用于Project相关操作,属于变换分类。原始说明:Project an object onto a plane.
插件:XformComponents.gha分类:Transform子分类:Affine输入:2输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneProjection plane
输出端口
端口类型说明
GeometryGGeometryProjected geometry
底层信息

LinearXForms.Component_Project_OBSOLETE

GUID:24e913c9-7530-436d-b81d-bc3aa27296a4

Pr

Project

Project

用于Project相关操作,属于变换分类。原始说明:Project an object onto a plane.
插件:XformComponents.gha分类:Transform子分类:Affine输入:2输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneProjection plane
输出端口
端口类型说明
GeometryGGeometryProjected geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Project_OBSOLETE2

GUID:9025f4ca-159f-4c54-958b-0aad379dae77

Pr

Project

Project

用于Project相关操作,属于变换分类。原始说明:Project an object onto a plane.
插件:XformComponents.gha分类:Transform子分类:Affine输入:2输出:2
输入端口
端口类型说明
GeometryGGenericGeometry to project
PlanePPlaneProjection plane
输出端口
端口类型说明
GeometryGGenericProjected geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Project

GUID:23285717-156c-468f-a691-b242488c06a6

Pr

Project Along

Project Along

用于Project Along相关操作,属于变换分类。原始说明:Project an object onto a plane along a direction.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGenericGeometry to project
PlanePPlaneProjection plane
DirectionDVectorProjection direction
输出端口
端口类型说明
GeometryGGenericProjected geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_ProjectAlong

GUID:06d7bc4a-ba3e-4445-8ab5-079613b52f28

Re

Rectangle Mapping

Rectangle Mapping

用于Rectangle Mapping相关操作,属于变换分类。原始说明:Transform geometry from one rectangle into another.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
SourceSRectangleRectangle to map from
TargetTRectangleRectangle to map into
输出端口
端口类型说明
GeometryGGeometryMapped geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_RectangleMapping

GUID:17d40004-489e-42d9-ad10-857f7b436801

Sc

Scale

缩放

用于缩放相关操作,属于变换分类。原始说明:Scale an object uniformly in all directions.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
CenterCPointCenter of scaling
FactorFNumberScaling factor
输出端口
端口类型说明
GeometryGGeometryScaled geometry
底层信息

LinearXForms.Component_Scale_OBSOLETE

GUID:4f0dfac8-6c61-40ef-ad41-aad84533f382

Sc

Scale

缩放

用于缩放相关操作,属于变换分类。原始说明:Scale an object uniformly in all directions.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
CenterCPointCenter of scaling
FactorFNumberScaling factor
输出端口
端口类型说明
GeometryGGeometryScaled geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Scale

GUID:4d2a06bd-4b0f-4c65-9ee0-4220e4c01703

Sc

Scale NU

缩放 NU

用于缩放 NU相关操作,属于变换分类。原始说明:Scale an object with non-uniform factors.
插件:XformComponents.gha分类:Transform子分类:Affine输入:5输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneBase plane
XXNumberScaling factor in {x} direction
YYNumberScaling factor in {y} direction
ZZNumberScaling factor in {z} direction
输出端口
端口类型说明
GeometryGGeometryScaled geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_ScaleNU_OBSOLETE

GUID:7753fb03-c1f1-4dbe-8557-f01e23aa3b20

Sc

Scale NU

缩放 NU

用于缩放 NU相关操作,属于变换分类。原始说明:Scale an object with non-uniform factors.
插件:XformComponents.gha分类:Transform子分类:Affine输入:5输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneBase plane
Scale XXNumberScaling factor in {x} direction
Scale YYNumberScaling factor in {y} direction
Scale ZZNumberScaling factor in {z} direction
输出端口
端口类型说明
GeometryGGeometryScaled geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_ScaleNU

GUID:290f418a-65ee-406a-a9d0-35699815b512

Sh

Shear

Shear

用于Shear相关操作,属于变换分类。原始说明:Shear an object based on a shearing vector.
插件:XformComponents.gha分类:Transform子分类:Affine输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
BasePPlaneBase plane
GripGPointReference point
TargetTPointTarget point
输出端口
端口类型说明
GeometryGGeometrySheared geometry
底层信息

LinearXForms.Component_ShearVector_OBSOLETE

GUID:3ae3a462-38fb-4d49-9f86-7558dfed7c3e

Sh

Shear

Shear

用于Shear相关操作,属于变换分类。原始说明:Shear an object based on a shearing vector.
插件:XformComponents.gha分类:Transform子分类:Affine输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
BasePPlaneBase plane
GripGPointReference point
TargetTPointTarget point
输出端口
端口类型说明
GeometryGGeometrySheared geometry
TransformXTransformTransformatio data
底层信息

LinearXForms.Component_ShearVector

GUID:5a27203a-e05f-4eea-b80f-a5f29a00fdf2

Sh

Shear Angle

Shear Angle

用于Shear Angle相关操作,属于变换分类。原始说明:Shear an object based on tilt angles.
插件:XformComponents.gha分类:Transform子分类:Affine输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
BasePPlaneBase plane
Angle XAxNumberRotation around {x} axis in radians
Angle YAyNumberRotation around {y} axis in radians
输出端口
端口类型说明
GeometryGGeometrySheared geometry
底层信息

LinearXForms.Component_ShearAngle_OBSOLETE

GUID:77bfb6a1-0305-4645-b309-cd6dbf1205d7

Sh

Shear Angle

Shear Angle

用于Shear Angle相关操作,属于变换分类。原始说明:Shear an object based on tilt angles.
插件:XformComponents.gha分类:Transform子分类:Affine输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
BasePPlaneBase plane
Angle XAxNumberRotation around {x} axis in radians
Angle YAyNumberRotation around {y} axis in radians
输出端口
端口类型说明
GeometryGGeometrySheared geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_ShearAngle

GUID:f19ee36c-f21f-4e25-be4c-4ca4b30eda0d

Tr

Triangle Mapping

Triangle Mapping

用于Triangle Mapping相关操作,属于变换分类。原始说明:Transform geometry from one triangle into another.
插件:XformComponents.gha分类:Transform子分类:Affine输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
SourceSCurveTriangle to map from
TargetTCurveTriangle to map into
输出端口
端口类型说明
GeometryGGeometryMapped geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_TriangleMapping

GUID:61d81100-c4d3-462d-8b51-d951c0ae32db

Transform / Array 6 个组件

Bo

Box Array

盒体 Array

用于盒体 Array相关操作,属于变换分类。原始说明:Create a box array of geometry.
插件:XformComponents.gha分类:Transform子分类:Array输入:5输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
CellCBox3D Box array cell
X CountXIntegerNumber of elements in the array x-direction.
Y CountYIntegerNumber of elements in the array y-direction.
Z CountZIntegerNumber of elements in the array z-direction.
输出端口
端口类型说明
GeometryGGeometryArrayed geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_ArrayBox

GUID:9f6f954c-ba7b-4428-bf1e-1768cdff666c

Cu

Curve Array

曲线 Array

用于曲线 Array相关操作,属于变换分类。原始说明:Create an array of geometry along a curve.
插件:XformComponents.gha分类:Transform子分类:Array输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
CurveCCurveArray rail curve
CountNIntegerNumber of elements in the array.
输出端口
端口类型说明
GeometryGGeometryArrayed geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_ArrayCurve

GUID:c6f23658-617f-4ac8-916d-d0d9e7241b25

Ka

Kaleidoscope

Kaleidoscope

用于Kaleidoscope相关操作,属于变换分类。原始说明:Apply a kaleidoscope transformation to an object.
插件:XformComponents.gha分类:Transform子分类:Array输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneKaleidoscope plane
SegmentsSIntegerKaleidoscope segments.
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_Kaleidoscope

GUID:b90eaa92-6e38-4054-a915-afcf486224b3

Li

Linear Array

Linear Array

用于Linear Array相关操作,属于变换分类。原始说明:Create a linear array of geometry.
插件:XformComponents.gha分类:Transform子分类:Array输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
DirectionDVectorLinear array direction and interval
CountNIntegerNumber of elements in array.
输出端口
端口类型说明
GeometryGGeometryArrayed geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_ArrayLinear

GUID:e87db220-a0a0-4d67-a405-f97fd14b2d7a

Po

Polar Array

Polar Array

用于Polar Array相关操作,属于变换分类。原始说明:Create a polar array of geometry.
插件:XformComponents.gha分类:Transform子分类:Array输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlanePolar array plane
CountNIntegerNumber of elements in array.
AngleAAngleSweep angle in radians (counter-clockwise, starting from plane x-axis)
输出端口
端口类型说明
GeometryGGeometryArrayed geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_ArrayPolar

GUID:fca5ad7e-ecac-401d-a357-edda0a251cbc

Re

Rectangular Array

Rectangular Array

用于Rectangular Array相关操作,属于变换分类。原始说明:Create a rectangular array of geometry.
插件:XformComponents.gha分类:Transform子分类:Array输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
CellCRectangleRectangular array cell
X CountXIntegerNumber of elements in the array x-direction.
Y CountYIntegerNumber of elements in the array y-direction.
输出端口
端口类型说明
GeometryGGeometryArrayed geometry
TransformXTransformTransformation data
底层信息

MassXForms.Component_ArrayRectangular

GUID:e521f7c8-92f4-481c-888b-eea109e3d6e9

Transform / Euclidean 17 个组件

Mi

Mirror

Mirror

用于Mirror相关操作,属于变换分类。原始说明:Mirror an object.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:2输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneMirror plane
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
底层信息

LinearXForms.Component_Mirror_OBSOLETE

GUID:a70bdac1-1ed2-40d3-b687-3437bc150af0

Mi

Mirror

Mirror

用于Mirror相关操作,属于变换分类。原始说明:Mirror an object.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:2输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneMirror plane
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Mirror

GUID:f12daa2f-4fd5-48c1-8ac3-5dea476912ca

Mo

Move

移动

用于移动相关操作,属于变换分类。原始说明:Translate (move) an object along a vector.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:2输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
TranslationTVectorTranslation vector
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
底层信息

LinearXForms.Component_Move_OBSOLETE

GUID:b40f28a2-ba30-4ac2-afe5-a6ece7f985fc

Mo

Move

移动

用于移动相关操作,属于变换分类。原始说明:Translate (move) an object along a vector.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:2输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
MotionTVectorTranslation vector
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Move

GUID:e9eb1dcf-92f6-4d4d-84ae-96222d60f56b

Mo

Move Away From

移动 Away From

用于移动 Away From相关操作,属于变换分类。原始说明:Translate (move) an object away from another object.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryGeometry to move
EmitterEGeometryGeometry to move away from
DistanceDNumberDistance to move (negative values move towards)
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_MoveAwayFrom

GUID:dd9f597a-4db0-42b1-9cb2-5607ec97db09

Mo

Move To Plane

移动 To 平面

用于移动 To 平面相关操作,属于变换分类。原始说明:Translate (move) an object onto a plane.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
PlanePPlaneTarget plane
AboveABooleanMove when above plane
BelowBBooleanMove when below plane
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_MoveOntoPlane

GUID:4fe87ef8-49e4-4605-9859-87940d62e1de

Or

Orient

定向

用于定向相关操作,属于变换分类。原始说明:Orient an object. Orientation is sometimes called a 'ChangeBasis tranformation'. It allows for remapping of geometry from one axis-system to another.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
InitialAPlaneReference plane
FinalBPlaneTarget plane
输出端口
端口类型说明
GeometryGGeometryReoriented geometry
底层信息

LinearXForms.Component_Orient_OBSOLETE

GUID:a35811bc-1034-4491-acb8-608a8cfa27b1

Or

Orient

定向

用于定向相关操作,属于变换分类。原始说明:Orient an object. Orientation is sometimes called a 'ChangeBasis tranformation'. It allows for remapping of geometry from one axis-system to another.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
SourceAPlaneInitial plane
TargetBPlaneFinal plane
输出端口
端口类型说明
GeometryGGeometryReoriented geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Orient

GUID:378d0690-9da0-4dd1-ab16-1d15246e7c22

Ro

Rotate

旋转

用于旋转相关操作,属于变换分类。原始说明:Rotate an object in a plane.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleANumberRotation angle in radians
PlanePPlaneRotation plane
输出端口
端口类型说明
GeometryGGeometryRotated geometry
底层信息

LinearXForms.Component_Rotate_OBSOLETE

GUID:b661519d-43fd-4e5a-b244-d54d9fae2bde

Ro

Rotate

旋转

用于旋转相关操作,属于变换分类。原始说明:Rotate an object in a plane.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleAAngleRotation angle in radians
PlanePPlaneRotation plane
输出端口
端口类型说明
GeometryGGeometryRotated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Rotate

GUID:b7798b74-037e-4f0c-8ac7-dc1043d093e0

Ro

Rotate 3D

旋转 3D

用于旋转 3D相关操作,属于变换分类。原始说明:Rotate an object around a center point and an axis vector.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleANumberRotation angle in radians
CenterCPointCenter of rotation
AxisXVectorAxis of rotation
输出端口
端口类型说明
GeometryGGeometryRotated geometry
底层信息

LinearXForms.Component_Rotate3D_OBSOLETE

GUID:955d887b-c83b-4c61-bf35-df5d4c4abd9b

Ro

Rotate 3D

旋转 3D

用于旋转 3D相关操作,属于变换分类。原始说明:Rotate an object around a center point and an axis vector.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleAAngleRotation angle in radians
CenterCPointCenter of rotation
AxisXVectorAxis of rotation
输出端口
端口类型说明
GeometryGGeometryRotated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_Rotate3D

GUID:3dfb9a77-6e05-4016-9f20-94f78607d672

Ro

Rotate Axis

旋转 Axis

用于旋转 Axis相关操作,属于变换分类。原始说明:Rotate an object around an axis.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleANumberRotation angle in radians
AxisXLineRotation axis
输出端口
端口类型说明
GeometryGGeometryRotated geometry
底层信息

LinearXForms.Component_RotateAxis_OBSOLETE_TOO

GUID:55959599-0b44-4333-8427-a73564ea7ffb

Ro

Rotate Axis

旋转 Axis

用于旋转 Axis相关操作,属于变换分类。原始说明:Rotate an object around an axis.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:3输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
AngleAAngleRotation angle in radians
AxisXLineRotation axis
输出端口
端口类型说明
GeometryGGeometryRotated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_RotateAxis

GUID:3ac8e589-37f5-477d-aa61-6699702c5728

Ro

Rotate Axis [OBSOLETE]

旋转 Axis [OBSOLETE]

用于旋转 Axis [OBSOLETE]相关操作,属于变换分类。原始说明:This component is obsolete. It has been replaced by another Rotate Axis component
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to move
AngleANumberRotation angle in radians
StartSPointStart of axis
EndEPointEnd of axis
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
底层信息

LinearXForms.Component_RotateAxis_OBSOLETE

GUID:bef50d22-e6b3-45fd-b7be-1c501502186b

Ro

Rotate Direction

旋转 Direction

用于旋转 Direction相关操作,属于变换分类。原始说明:Rotate an object from one direction to another.
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:4输出:2
输入端口
端口类型说明
GeometryGGeometryBase geometry
CenterCPointRotation center point
FromFVectorInitial direction
ToTVectorFinal direction
输出端口
端口类型说明
GeometryGGeometryRotated geometry
TransformXTransformTransformation data
底层信息

LinearXForms.Component_RotateVector

GUID:5edaea74-32cb-4586-bd72-66694eb73160

Sa

Sanity XForm

Sanity XForm

用于Sanity XForm相关操作,属于变换分类。原始说明:Apply a sanity transformation to f a r - a w a y, tiny or HUGE geometry
插件:XformComponents.gha分类:Transform子分类:Euclidean输入:1输出:2
输入端口
端口类型说明
GeometryGGeometryGeometry to transform
输出端口
端口类型说明
GeometryGGeometrySane geometry
WackometryWGeometryReinstated insane geometry
底层信息

XformComponents.Component_SanityCheck

GUID:03b3db66-d7e8-4d2d-bc0c-122913317254

Transform / Morph 14 个组件

Bl

Blend Box

Blend 盒体

用于Blend 盒体相关操作,属于变换分类。原始说明:Create a twisted box between two surfaces.
插件:XformComponents.gha分类:Transform子分类:Morph输入:4输出:1
输入端口
端口类型说明
Surface ASaSurfaceFirst surface
Domain ADaInterval2DDomain on first surface
Surface BSbSurfaceSecond surface
Domain BDbInterval2DDomain on second surface
输出端口
端口类型说明
Twisted BoxBResulting blend box
底层信息

SquishyXMorphs.Component_Create2SurfaceBox

GUID:6283fb37-e273-4eb2-8d2a-e347881e3928

Bo

Box Morph

盒体 Morph

用于盒体 Morph相关操作,属于变换分类。原始说明:Morph an object into a twisted box.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
ReferenceRBoxReference box
TargetTTarget box
输出端口
端口类型说明
GeometryGGeometryTranslated geometry
底层信息

SquishyXMorphs.Component_BoxMorph

GUID:d8940ff0-dd4a-4e74-9361-54df537b50db

Ca

Camera Obscura

Camera Obscura

用于Camera Obscura相关操作,属于变换分类。原始说明:Camera Obscura (point mirror) transformation.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
PointPPointMirror point
FactorFNumberScaling factor
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
底层信息

LinearXForms.Component_CameraObscura_OBSOLETE

GUID:7ee33ede-4ce1-482c-ab1a-eb7f9151fbc5

Ma

Map to Surface

Map to 曲面

用于Map to 曲面相关操作,属于变换分类。原始说明:Map a curve onto a surface via control points.
插件:SurfaceComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
CurveCCurveCurve to map
SourceSSurfaceBase surface for initial coordinate space
TargetTSurfaceSurface for target coordinate space
输出端口
端口类型说明
CurveCCurveMapped curve
底层信息

SurfaceComponents.SurfaceComponents.Component_MapOntoSurface

GUID:fc5b7d12-7247-4de0-81bc-9b2c2f8f72f6

Mi

Mirror Curve

Mirror 曲线

用于Mirror 曲线相关操作,属于变换分类。原始说明:Mirror a point in a curve.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:2
输入端口
端口类型说明
PointPPointPoints to mirror
CurveCCurveMirror curve
TangentTBooleanMirror tangent (if true, mirror behaviour extends beyond curve ends)
输出端口
端口类型说明
PointPPointMirrored point
DistanceDNumberMirror distance
底层信息

LinearXForms.Component_MirrorCurve_OBSOLETE

GUID:f8452dc8-aea6-4654-a72f-c0fd62626d36

Mi

Mirror Curve

Mirror 曲线

用于Mirror 曲线相关操作,属于变换分类。原始说明:Mirror a shape in a freeform curve.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to mirror
CurveCCurveMirror curve
TangentTBooleanMirror tangent (if true, mirror behaviour extends beyond curve ends)
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
底层信息

SquishyXMorphs.Component_MirrorCurve

GUID:9c9f8219-ae88-4d29-ba1b-3433ed713639

Mi

Mirror Surface

Mirror 曲面

用于Mirror 曲面相关操作,属于变换分类。原始说明:Mirror a point in a surface.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:2
输入端口
端口类型说明
PointPPointPoint to mirror
SurfaceSSurfaceMirror surface
FrameFBooleanMirror frame (if true, mirror behaviour extends beyond surface edge)
输出端口
端口类型说明
PointPPointMirrored point
DistanceDNumberMirror distance
底层信息

LinearXForms.Component_MirrorSurface_OBSOLETE

GUID:3431f5c6-7578-4d26-a2b6-dfc064a9c65e

Mi

Mirror Surface

Mirror 曲面

用于Mirror 曲面相关操作,属于变换分类。原始说明:Mirror geometry in a freeform surface.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to mirror
SurfaceSSurfaceMirror surface
FrameFBooleanMirror frame (if true, mirror behaviour extends beyond surface edge)
输出端口
端口类型说明
GeometryGGeometryMirrored geometry
底层信息

SquishyXMorphs.Component_MirrorSurface

GUID:6ce1aa3c-626b-4db7-8b5b-bf74c78f8c5e

Po

Point Deform

点 Deform

用于点 Deform相关操作,属于变换分类。原始说明:Deform a shape by moving control-points individually
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to deform
PointsPPointControl-point locations to deform.
MotionMVectorMotion vector for each control-point
输出端口
端口类型说明
GeometryGGeometryDeformed geometry
底层信息

SquishyXMorphs.Component_ControlPointDeform

GUID:4dbd15c7-ebcb-4af6-b3bd-32e80502520c

Sp

Spatial Deform

Spatial Deform

用于Spatial Deform相关操作,属于变换分类。原始说明:Perform spatial deformation based on custom space syntax.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to deform
SyntaxSPointPoints describing space syntax.
ForcesFVectorForces (one for each point in space
输出端口
端口类型说明
GeometryGGeometryDeformed geometry
底层信息

SquishyXMorphs.Component_SpatialDeform

GUID:66e6596f-6c8f-4ac3-99e0-0c4b7a59a7f7

Sp

Spatial Deform (custom)

Spatial Deform (custom)

用于Spatial Deform (custom)相关操作,属于变换分类。原始说明:Perform spatial deformation based on custom space syntax.
插件:XformComponents.gha分类:Transform子分类:Morph输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to deform
SyntaxSPointPoints describing space syntax.
ForcesFVectorForces (one for each point in space
fFalloff function (for variable 'x')Text1.0/x
输出端口
端口类型说明
GeometryGGeometryDeformed geometry
底层信息

SquishyXMorphs.Component_SpatialDeform2

GUID:331b74f1-1f1f-4f37-b253-24fcdada29e3

Su

Surface Box

曲面 盒体

用于曲面 盒体相关操作,属于变换分类。原始说明:Create a twisted box on a surface patch.
插件:XformComponents.gha分类:Transform子分类:Morph输入:3输出:1
输入端口
端口类型说明
SurfaceSSurfaceBase surface
DomainDInterval2DSurface domain
HeightHNumberHeight of surface box
输出端口
端口类型说明
Twisted BoxBResulting surface box
底层信息

SquishyXMorphs.Component_CreateSurfaceBox

GUID:4f65c681-9331-4818-9d54-6290cae686c3

Su

Surface Morph

曲面 Morph

用于曲面 Morph相关操作,属于变换分类。原始说明:Morph geometry into surface UVW coordinates
插件:XformComponents.gha分类:Transform子分类:Morph输入:6输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to deform
ReferenceRBoxReference box to map from
SurfaceSSurfaceSurface to map onto
U DomainUIntervalSurface space U extents
V DomainVIntervalSurface space V extents
W DomainWIntervalSurface space W extents
输出端口
端口类型说明
GeometryGGeometryDeformed geometry
底层信息

SquishyXMorphs.Component_MorphToSurfaceSpace

GUID:5889b68f-fd88-4032-860f-869fb69654dd

Tw

Twisted Box

Twisted 盒体

用于Twisted 盒体相关操作,属于变换分类。原始说明:Create a twisted box from corner points.
插件:XformComponents.gha分类:Transform子分类:Morph输入:8输出:1
输入端口
端口类型说明
Corner AAPointFirst corner (0,0,0)
Corner BBPointSecond corner (1,0,0)
Corner CCPointThird corner (1,1,0)
Corner DDPointFourth corner (0,1,0)
Corner EEPointFifth corner (0,0,1)
Corner FFPointSixth corner (1,0,1)
Corner GGPointSeventh corner (1,1,1)
Corner HHPointLast corner (0,1,1)
输出端口
端口类型说明
Twisted BoxBTwisted box connecting all corners
底层信息

SquishyXMorphs.Component_CreateTwistedBox

GUID:124de0f5-65f8-4ae0-8f61-8fb066e2ba02

Transform / Util 4 个组件

Co

Compound

Compound

用于Compound相关操作,属于变换分类。原始说明:Compound two transformations.
插件:XformComponents.gha分类:Transform子分类:Util输入:1输出:1
输入端口
端口类型说明
TransformsTTransformTransformations to compound
输出端口
端口类型说明
CompoundXTransformCompound transformation
底层信息

LinearXForms.Component_CompoundTransforms

GUID:ca80054a-cde0-4f69-a132-10502b24866d

In

Inverse Transform

Inverse 变换

用于Inverse 变换相关操作,属于变换分类。原始说明:Invert a transformation.
插件:XformComponents.gha分类:Transform子分类:Util输入:1输出:1
输入端口
端口类型说明
TransformTTransformTransformation to inverse
输出端口
端口类型说明
TransformTTransformInversed transformation
底层信息

LinearXForms.Component_InverseTransform

GUID:51f61166-7202-45aa-9126-3d83055b269e

Sp

Split

拆分

用于拆分相关操作,属于变换分类。原始说明:Split a compound transformation into fragments.
插件:XformComponents.gha分类:Transform子分类:Util输入:1输出:1
输入端口
端口类型说明
TransformTTransformCompound transformation
输出端口
端口类型说明
FragmentsFTransformFragments making up the compound transformation
底层信息

LinearXForms.Component_SplitTransforms

GUID:915f8f93-f5d1-4a7b-aecb-c327bab88ffb

Tr

Transform

变换

用于变换相关操作,属于变换分类。原始说明:Transform an object.
插件:XformComponents.gha分类:Transform子分类:Util输入:2输出:1
输入端口
端口类型说明
GeometryGGeometryBase geometry
TransformTTransformTransformation
输出端口
端口类型说明
GeometryGGeometryTransformed geometry
底层信息

LinearXForms.Component_ApplyTransform

GUID:610e689b-5adc-47b3-af8f-e3a32b7ea341

Vector / Colour 3 个组件

Bl

Blend Colours

Blend Colours

用于Blend Colours相关操作,属于向量分类。原始说明:Interpolate (blend) between two colours.
插件:MathComponents.gha分类:Vector子分类:Colour输入:3输出:1
输入端口
端口类型说明
Colour AAColourFirst colour
Colour BBColourSecond colour
FactorFNumberInterpolation factor
输出端口
端口类型说明
ColourCColourInterpolated colour
底层信息

MathComponents.ColourComponents.Component_InterpolateColours

GUID:8b4da37d-1124-436a-9de2-952e4224a220

Mu

Multiplication

Multiplication

用于Multiplication相关操作,属于向量分类。原始说明:Perform colour multiplication.
插件:MathComponents.gha分类:Vector子分类:Colour输入:2输出:1
输入端口
端口类型说明
Colour AAColourFirst colour
Colour BBColourSecond colour
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_MultiplyColours_OBSOLETE

GUID:035bf8a7-b9e0-4e37-b031-4567bc60d047

Su

Subtraction

Subtraction

用于Subtraction相关操作,属于向量分类。原始说明:Perform colour subtraction.
插件:MathComponents.gha分类:Vector子分类:Colour输入:2输出:1
输入端口
端口类型说明
Colour AAColourFirst colour
Colour BBColourSecond colour
输出端口
端口类型说明
ColourCColourResulting colour
底层信息

MathComponents.ColourComponents.Component_SubtractColours_OBSOLETE

GUID:0c80d9c0-d8b3-4817-b8e1-6214d443704b

Vector / Field 9 个组件

Br

Break Field

Break 场

用于Break 场相关操作,属于向量分类。原始说明:Break a field into individual elements
插件:FieldComponents.gha分类:Vector子分类:Field输入:1输出:1
输入端口
端口类型说明
FieldFFieldField to break
输出端口
端口类型说明
FieldsFFieldElemental fields
底层信息

FieldComponents.BreakField

GUID:b27d53bc-e713-475d-81fd-71cdd8de2e58

Ev

Evaluate Field

求值 场

用于求值 场相关操作,属于向量分类。原始说明:Evaluate a field at a point
插件:FieldComponents.gha分类:Vector子分类:Field输入:2输出:2
输入端口
端口类型说明
FieldFFieldField to evaluate
PointPPointPoint to evaluate at
输出端口
端口类型说明
TensorTVectorField tensor at sample location
StrengthSNumberField strength at sample location
底层信息

FieldComponents.EvaluateField

GUID:a7c9f738-f8bd-4f64-8e7f-33341183e493

Fi

Field Line

场 直线

用于场 直线相关操作,属于向量分类。原始说明:Compute the field line through a certain point
插件:FieldComponents.gha分类:Vector子分类:Field输入:5输出:1
输入端口
端口类型说明
FieldFFieldField to evaluate
PointPPointPoint to start from
StepsNIntegerNumber of samples
AccuracyANumberAccuracy hint (will only be loosely obeyed)
MethodMIntegerSolver (1=Euler, 2=RK2, 3=RK3, 4=RK4)
输出端口
端口类型说明
CurveCCurveCurve approximation of field line through P
底层信息

FieldComponents.FieldLine

GUID:add6be3e-c57f-4740-96e4-5680abaa9169

Li

Line Charge

直线 Charge

用于直线 Charge相关操作,属于向量分类。原始说明:Create a field due to a line charge
插件:FieldComponents.gha分类:Vector子分类:Field输入:3输出:1
输入端口
端口类型说明
LineLLineGeometry of line segment charge
ChargeCNumberCharge of point object
BoundsBBoxOptional bounds for the field
输出端口
端口类型说明
FieldFFieldField due to line charge
底层信息

FieldComponents.CreateLineCharge

GUID:8cc9eb88-26a7-4baa-a896-13e5fc12416a

Me

Merge Fields

合并 Fields

用于合并 Fields相关操作,属于向量分类。原始说明:Merge a collection of fields into one
插件:FieldComponents.gha分类:Vector子分类:Field输入:1输出:1
输入端口
端口类型说明
FieldsFFieldFields to merge
输出端口
端口类型说明
FieldFFieldMerged field
底层信息

FieldComponents.MergeFields

GUID:d9a6fbd2-2e9f-472e-8147-33bf0233a115

Po

Point Charge

点 Charge

用于点 Charge相关操作,属于向量分类。原始说明:Create a field due to a point charge
插件:FieldComponents.gha分类:Vector子分类:Field输入:4输出:1
输入端口
端口类型说明
PointPPointLocation of point charge
ChargeCNumberCharge of point object
DecayDNumberDecay of charge potential
BoundsBBoxOptional bounds for the field
输出端口
端口类型说明
FieldFFieldField due to point charge
底层信息

FieldComponents.CreatePointCharge

GUID:cffdbaf3-8d33-4b38-9cad-c264af9fc3f4

Sp

Spin Force

Spin Force

用于Spin Force相关操作,属于向量分类。原始说明:Create a field due to a spin force
插件:FieldComponents.gha分类:Vector子分类:Field输入:5输出:1
输入端口
端口类型说明
PlanePPlaneCenter and orientation of spin disc
StrengthSNumberStrength of spin force at center of disc
RadiusRNumberRadius unit of spin disc
DecayDNumberDecay of spin force
BoundsBBoxOptional bounds for the field
输出端口
端口类型说明
FieldFFieldField due to vector force
底层信息

FieldComponents.CreateSpinForce

GUID:4b59e893-d4ee-4e31-ae24-a489611d1088

Te

Tensor Display

Tensor Display

用于Tensor Display相关操作,属于向量分类。原始说明:Display the tensor vectors of a field section
插件:FieldComponents.gha分类:Vector子分类:Field输入:3输出:0
输入端口
端口类型说明
FieldFFieldField to evaluate
SectionSRectangleRectangle describing section
SamplesNIntegerSection sample count indicator
输出端口

这个组件没有显式输出端口。

底层信息

FieldComponents.FieldArrowSection

GUID:08619b6d-f9c4-4cb2-adcd-90959f08dc0d

Ve

Vector Force

向量 Force

用于向量 Force相关操作,属于向量分类。原始说明:Create a field due to a vector force
插件:FieldComponents.gha分类:Vector子分类:Field输入:2输出:1
输入端口
端口类型说明
LineLLineGeometry of line segment charge
BoundsBBoxOptional bounds for the field
输出端口
端口类型说明
FieldFFieldField due to vector force
底层信息

FieldComponents.CreateVectorForce

GUID:d27cc1ea-9ef7-47bf-8ee2-c6662da0e3d9

Vector / Grid 13 个组件

Fr

Freeform Cloud

Freeform Cloud

用于Freeform Cloud相关操作,属于向量分类。原始说明:Distribution of points on any object
插件:VectorComponents.gha分类:Vector子分类:Grid输入:2输出:1
输入端口
端口类型说明
GuideGGeometryGeometric guide (Curves, Breps or Meshes only)
NumberNIntegerNumber of particles to distribute
输出端口
端口类型说明
CloudCPointParticle cloud
底层信息

VectorComponents.PointComponents.Component_PopulateGeometry_OBSOLETE

GUID:f08233f1-9772-4514-8965-bde4948503df

He

Hexagonal

Hexagonal

用于Hexagonal相关操作,属于向量分类。原始说明:2D grid with hexagonal cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberSize of hexagon radius
Extent XExIntegerNumber of grid cells in base plane x directions
Extent YEyIntegerNumber of grid cells in base plane y directions
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid centers
底层信息

VectorComponents.GridComponents.Component_HexagonalGrid

GUID:125dc122-8544-4617-945e-bb9a0c101c50

Po

Populate 2D

Populate 2D

用于Populate 2D相关操作,属于向量分类。原始说明:Populate a 2-Dimensional region with points
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:1
输入端口
端口类型说明
RegionRRectangleRectangle that defines the 2D region for point insertion
CountNIntegerNumber of points to add
SeedSIntegerRandom seed for insertion
PointsPPointOptional pre-existing population
输出端口
端口类型说明
PopulationPPointPopulation of inserted points
底层信息

VectorComponents.PointComponents.Component_PopulateRectangle

GUID:e2d958e8-9f08-44f7-bf47-a684882d0b2a

Po

Populate 3D

Populate 3D

用于Populate 3D相关操作,属于向量分类。原始说明:Populate a 3-Dimensional region with points
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:1
输入端口
端口类型说明
RegionRBoxBox that defines the 3D region for point insertion
CountNIntegerNumber of points to add
SeedSIntegerRandom seed for insertion
PointsPPointOptional pre-existing population
输出端口
端口类型说明
PopulationPPointPopulation of inserted points
底层信息

VectorComponents.PointComponents.Component_PopulateBox

GUID:e202025b-dc8e-4c51-ae19-4415b172886f

Po

Populate Geometry

Populate Geometry

用于Populate Geometry相关操作,属于向量分类。原始说明:Populate generic geometry with points
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:1
输入端口
端口类型说明
GeometryGGeometryGeometry to populate (curves, surfaces, breps and meshes only)
CountNIntegerNumber of points to add
SeedSIntegerRandom seed for insertion
PointsPPointOptional pre-existing population
输出端口
端口类型说明
PopulationPPointPopulation of inserted points
底层信息

VectorComponents.PointComponents.Component_PopulateGeometry

GUID:c8cb6a5c-2ffd-4095-ba2a-5c35015e09e4

Ra

Radial

Radial

用于Radial相关操作,属于向量分类。原始说明:2D radial grid
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberDistance between concentric grid loops
Extent RErIntegerNumber of grid cells in radial direction
Extent PEpIntegerNumber of grid cells in polar direction
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid nodes
底层信息

VectorComponents.GridComponents.Component_RadialGrid_OBSOLETE

GUID:773183d0-8c00-4fe4-a38c-f8d2408b7415

Ra

Radial

Radial

用于Radial相关操作,属于向量分类。原始说明:2D radial grid
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberDistance between concentric grid loops
Extent RErIntegerNumber of grid cells in radial direction
Extent PEpIntegerNumber of grid cells in polar direction
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid nodes
底层信息

VectorComponents.GridComponents.Component_RadialGrid

GUID:66eedc35-187d-4dab-b49b-408491b1255f

Re

Rectangular

Rectangular

用于Rectangular相关操作,属于向量分类。原始说明:2D grid with rectangular cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:5输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
Size XSxNumberSize of grid cells in base plane x-direction
Size YSyNumberSize of grid cells in base plane y-direction
Extent XExIntegerNumber of grid cells in base plane x direction
Extent YEyIntegerNumber of grid cells in base plane y direction
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid corners
底层信息

VectorComponents.GridComponents.Component_RectangularGrid_OBSOLETE

GUID:fdedcd0a-ad40-4307-959d-d2891e2f533e

Re

Rectangular

Rectangular

用于Rectangular相关操作,属于向量分类。原始说明:2D grid with rectangular cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:5输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
Size XSxNumberSize of grid cells in base plane x-direction
Size YSyNumberSize of grid cells in base plane y-direction
Extent XExIntegerNumber of grid cells in base plane x direction
Extent YEyIntegerNumber of grid cells in base plane y direction
输出端口
端口类型说明
CellsCRectangleGrid cell outlines
PointsPPointPoints at grid corners
底层信息

VectorComponents.GridComponents.Component_RectangularGrid

GUID:1a25aae0-0b56-497a-85b2-cc5bf7e4b96b

Sp

Spherical Cloud

Spherical Cloud

用于Spherical Cloud相关操作,属于向量分类。原始说明:Distribution of points on a sphere
插件:VectorComponents.gha分类:Vector子分类:Grid输入:3输出:2
输入端口
端口类型说明
CenterCPointCenter of sphere
RadiusRNumberRadius of sphere
CountNIntegerNumber of particles to distribute
输出端口
端口类型说明
CloudCPointParticle cloud
NormalsNVectorParticle normals
底层信息

VectorComponents.PointComponents.Component_PopulateSphere_OBSOLETE

GUID:fd68754e-6c60-44b2-9927-0a58146e0250

Sq

Square

Square

用于Square相关操作,属于向量分类。原始说明:2D grid with square cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberSize of grid cells
Extent XExIntegerNumber of grid cells in base plane x direction
Extent YEyIntegerNumber of grid cells in base plane y direction
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid corners
底层信息

VectorComponents.GridComponents.Component_SquareGrid_OBSOLETE

GUID:40efea60-1902-4c28-8020-27abbb7a1449

Sq

Square

Square

用于Square相关操作,属于向量分类。原始说明:2D grid with square cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberSize of grid cells
Extent XExIntegerNumber of grid cells in base plane x direction
Extent YEyIntegerNumber of grid cells in base plane y direction
输出端口
端口类型说明
CellsCRectangleGrid cell outlines
PointsPPointPoints at grid corners
底层信息

VectorComponents.GridComponents.Component_SquareGrid

GUID:717a1e25-a075-4530-bc80-d43ecc2500d9

Tr

Triangular

Triangular

用于Triangular相关操作,属于向量分类。原始说明:2D grid with triangular cells
插件:VectorComponents.gha分类:Vector子分类:Grid输入:4输出:2
输入端口
端口类型说明
PlanePPlaneBase plane for grid
SizeSNumberSize of triangle edges
Extent XExIntegerNumber of grid cells in base plane x directions
Extent YEyIntegerNumber of grid cells in base plane y directions
输出端口
端口类型说明
CellsCCurveGrid cell outlines
PointsPPointPoints at grid centers
底层信息

VectorComponents.GridComponents.Component_TriangularGrid

GUID:86a9944b-dea5-4126-9433-9e95ff07927a

Vector / Plane 19 个组件

Ad

Adjust Plane

Adjust 平面

用于Adjust 平面相关操作,属于向量分类。原始说明:Adjust a plane to match a new normal direction
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
PlanePPlanePlane to adjust
NormalNVectorNew plane z-axis direction
输出端口
端口类型说明
PlanePPlaneAdjusted plane
底层信息

VectorComponents.PlaneComponents.Component_AdjustPlane

GUID:9ce34996-d8c6-40d3-b442-1a7c8c093614

Al

Align Plane

Align 平面

用于Align 平面相关操作,属于向量分类。原始说明:Perform minimal rotation to align a plane with a guide vector
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:2
输入端口
端口类型说明
PlanePPlanePlane to straighten
DirectionDVectorStraightening guide direction
输出端口
端口类型说明
PlanePPlaneStraightened plane
AngleANumberRotation angle
底层信息

VectorComponents.PlaneComponents.Component_AlignPlane

GUID:e76040ec-3b91-41e1-8e00-c74c23b89391

Al

Align Planes

Align Planes

用于Align Planes相关操作,属于向量分类。原始说明:Align planes by minimizing their serial rotation.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
PlanesPPlanePlanes to align
MasterMPlaneOptional master plane (if omitted the first plane in P is the master plane).
输出端口
端口类型说明
PlanesPPlaneAligned planes
底层信息

VectorComponents.PlaneComponents.Component_AlignPlanes

GUID:2318aee8-01fe-4ea8-9524-6966023fc622

Co

Construct Plane

构造 平面

用于构造 平面相关操作,属于向量分类。原始说明:Construct a plane from an origin point and {x}, {y} axes.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:3输出:1
输入端口
端口类型说明
OriginOPointOrigin of plane
X-AxisXVectorX-Axis direction of plane
Y-AxisYVectorY-Axis direction of plane
输出端口
端口类型说明
PlanePlPlaneConstructed plane
底层信息

VectorComponents.PlaneComponents.Component_ConstructPlane

GUID:bc3e379e-7206-4e7b-b63a-ff61f4b38a3e

De

Deconstruct Plane

拆解 平面

用于拆解 平面相关操作,属于向量分类。原始说明:Deconstruct a plane into its component parts.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:1输出:4
输入端口
端口类型说明
PlanePPlanePlane to deconstruct
输出端口
端口类型说明
OriginOPointOrigin point
X-AxisXVectorX-Axis vector
Y-AxisYVectorY-Axis vector
Z-AxisZVectorZ-Axis vector
底层信息

VectorComponents.PlaneComponents.Component_DeconstructPlane

GUID:3cd2949b-4ea8-4ffb-a70c-5c380f9f46ea

Fl

Flip Plane

Flip 平面

用于Flip 平面相关操作,属于向量分类。原始说明:Flip or swap the axes of a plane
插件:VectorComponents.gha分类:Vector子分类:Plane输入:4输出:1
输入端口
端口类型说明
PlanePPlanePlane to adjust
Reverse XXBooleanReverse the x-axis direction
Reverse YYBooleanReverse the y-axis direction
Swap axesSBooleanSwap the x and y axis directions
输出端口
端口类型说明
PlanePPlaneFlipped plane
底层信息

VectorComponents.PlaneComponents.Component_FlipPlane

GUID:c73e1ed0-82a2-40b0-b4df-8f10e445d60b

Li

Line + Line

直线 + 直线

用于直线 + 直线相关操作,属于向量分类。原始说明:Create a plane from two line segments.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
Line AALineFirst line constraint. Plane origin will be at line start.
Line BBLineSecond line constraint. Line B should be co-planar with but not parallel to Line A.
输出端口
端口类型说明
PlanePlPlanePlane definition
底层信息

VectorComponents.PlaneComponents.Component_PlaneLineLine

GUID:d788ad7f-6d68-4106-8b2f-9e55e6e107c0

Li

Line + Pt

直线 + Pt

用于直线 + Pt相关操作,属于向量分类。原始说明:Create a plane from a line and a point.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
LineLLineLine constraint. Plane origin will be at line startpoint. Plane x-axis will be parallel to line direction.
PointPPointPoint on plane. Point must not be co-linear with line.
输出端口
端口类型说明
PlanePlPlanePlane definition
底层信息

VectorComponents.PlaneComponents.Component_PlaneLinePoint

GUID:ccc3f2ff-c9f6-45f8-aa30-8a924a9bda36

Pl

Plane 3Pt

平面 3Pt

用于平面 3Pt相关操作,属于向量分类。原始说明:Create a plane through three points.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:3输出:1
输入端口
端口类型说明
Point AAPointOrigin point
Point BBPointX-direction point
Point CCPointOrientation point
输出端口
端口类型说明
PlanePlPlanePlane definition
底层信息

VectorComponents.PlaneComponents.Component_Plane3Pt

GUID:c98a6015-7a2f-423c-bc66-bdc505249b45

Pl

Plane Closest Point

平面 最近 点

用于平面 最近 点相关操作,属于向量分类。原始说明:Find the closest point on a plane.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:3
输入端口
端口类型说明
PointSPointSample point
PlanePPlaneProjection plane
输出端口
端口类型说明
PointPPointProjected point
UV PointuvPoint{uv} coordinates of projected point
DistanceDNumberSigned distance between point and plane
底层信息

VectorComponents.PlaneComponents.Component_PlaneClosestPoint

GUID:b075c065-efda-4c9f-9cc9-288362b1b4b9

Pl

Plane Coordinates

平面 Coordinates

用于平面 Coordinates相关操作,属于向量分类。原始说明:Get the coordinates of a point in a plane axis system.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:3
输入端口
端口类型说明
PointPPointInput point
SystemSPlaneLocal coordinate system
输出端口
端口类型说明
X coordinateXNumberPoint {x} coordinate
Y coordinateYNumberPoint {y} coordinate
Z coordinateZNumberPoint {z} coordinate
底层信息

VectorComponents.PointComponents.Component_PlaneCoordinates

GUID:5f127fa4-ca61-418e-bb2d-e3739d900f1f

Pl

Plane Fit

平面 Fit

用于平面 Fit相关操作,属于向量分类。原始说明:Fit a plane through a set of points.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:1输出:2
输入端口
端口类型说明
PointsPPointPoints to fit
输出端口
端口类型说明
PlanePlPlanePlane definition
DeviationdxNumberMaximum deviation between points and plane
底层信息

VectorComponents.PlaneComponents.Component_PlaneFitPoints

GUID:33bfc73c-19b2-480b-81e6-f3523a012ea6

Pl

Plane Normal

平面 Normal

用于平面 Normal相关操作,属于向量分类。原始说明:Create a plane perpendicular to a vector.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
OriginOPointOrigin of plane
Z-AxisZVectorZ-Axis direction of plane
输出端口
端口类型说明
PlanePPlanePlane definition
底层信息

VectorComponents.PlaneComponents.Component_PlaneNormal

GUID:cfb6b17f-ca82-4f5d-b604-d4f69f569de3

Pl

Plane Offset

平面 偏移

用于平面 偏移相关操作,属于向量分类。原始说明:Offset a plane.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
Base PlanePPlaneBase plane for offset
OffsetONumberOffset distance (along base plane z-axis
输出端口
端口类型说明
PlanePlPlaneOffset plane
底层信息

VectorComponents.PlaneComponents.Component_PlaneOffset

GUID:3a0c7bda-3d22-4588-8bab-03f57a52a6ea

Pl

Plane Origin

平面 Origin

用于平面 Origin相关操作,属于向量分类。原始说明:Change the origin point of a plane
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
BaseBPlaneBase plane
OriginOPointNew origin point of plane
输出端口
端口类型说明
PlanePlPlanePlane definition
底层信息

VectorComponents.PlaneComponents.Component_PlaneOrigin

GUID:75eec078-a905-47a1-b0d2-0934182b1e3d

Ro

Rotate Plane

旋转 平面

用于旋转 平面相关操作,属于向量分类。原始说明:Perform plane rotation around plane z-axis
插件:VectorComponents.gha分类:Vector子分类:Plane输入:2输出:1
输入端口
端口类型说明
PlanePPlanePlane to rotate
AngleAAngleRotation (counter clockwise) around plane z-axis in radians
输出端口
端口类型说明
PlanePPlaneRotated plane
底层信息

VectorComponents.PlaneComponents.Component_RotatePlane

GUID:f6f14b09-6497-4564-8403-09e4eb5a6b82

XY

XY Plane

XY 平面

用于XY 平面相关操作,属于向量分类。原始说明:World XY plane.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:1输出:1
输入端口
端口类型说明
OriginOPointOrigin of plane
输出端口
端口类型说明
PlanePPlaneWorld XY plane
底层信息

VectorComponents.PlaneComponents.Component_XYPlane

GUID:17b7152b-d30d-4d50-b9ef-c9fe25576fc2

XZ

XZ Plane

XZ 平面

用于XZ 平面相关操作,属于向量分类。原始说明:World XZ plane.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:1输出:1
输入端口
端口类型说明
OriginOPointOrigin of plane
输出端口
端口类型说明
PlanePPlaneWorld XZ plane
底层信息

VectorComponents.PlaneComponents.Component_XZPlane

GUID:8cc3a196-f6a0-49ea-9ed9-0cb343a3ae64

YZ

YZ Plane

YZ 平面

用于YZ 平面相关操作,属于向量分类。原始说明:World YZ plane.
插件:VectorComponents.gha分类:Vector子分类:Plane输入:1输出:1
输入端口
端口类型说明
OriginOPointOrigin of plane
输出端口
端口类型说明
PlanePPlaneWorld YZ plane
底层信息

VectorComponents.PlaneComponents.Component_YZPlane

GUID:fad344bc-09b1-4855-a2e6-437ef5715fe3

Vector / Point 23 个组件

Ba

Barycentric

Barycentric

用于Barycentric相关操作,属于向量分类。原始说明:Create a point from barycentric {u,v,w} coordinates
插件:VectorComponents.gha分类:Vector子分类:Point输入:6输出:1
输入端口
端口类型说明
Point AAPointFirst anchor point
Point BBPointSecond anchor point
Point CCPointThird anchor point
Coordinate UUNumberFirst barycentric coordinate
Coordinate VVNumberSecond barycentric coordinate
Coordinate WWNumberThird barycentric coordinate
输出端口
端口类型说明
PointPPointBarycentric point coordinate
底层信息

VectorComponents.PointComponents.Component_PointBarycentric

GUID:9adffd61-f5d1-4e9e-9572-e8d9145730dc

Cl

Closest Point

最近 点

用于最近 点相关操作,属于向量分类。原始说明:Find closest point in a point collection.
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:3
输入端口
端口类型说明
PointPPointPoint to search from
CloudCPointCloud of points to search
输出端口
端口类型说明
Closest PointPPointPoint in [C] closest to [P]
CP IndexiIntegerIndex of closest point
DistanceDNumberDistance between [P] and [C](i)
底层信息

VectorComponents.PointComponents.Component_ClosestPoint

GUID:571ca323-6e55-425a-bf9e-ee103c7ba4b9

Cl

Closest Points

最近 Points

用于最近 Points相关操作,属于向量分类。原始说明:Find closest points in a point collection.
插件:VectorComponents.gha分类:Vector子分类:Point输入:3输出:3
输入端口
端口类型说明
PointPPointPoint to search from
CloudCPointCloud of points to search
CountNIntegerNumber of closest points to find
输出端口
端口类型说明
Closest PointPPointPoint in [C] closest to [P]
CP IndexiIntegerIndex of closest point
DistanceDNumberDistance between [P] and [C](i)
底层信息

VectorComponents.PointComponents.Component_ClosestPoints

GUID:446014c4-c11c-45a7-8839-c45dc60950d6

Co

Construct Point

构造 点

用于构造 点相关操作,属于向量分类。原始说明:Construct a point from {xyz} coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:3输出:1
输入端口
端口类型说明
X coordinateXNumber{x} coordinate
Y coordinateYNumber{y} coordinate
Z coordinateZNumber{z} coordinate
输出端口
端口类型说明
PointPtPointPoint coordinate
底层信息

VectorComponents.PointComponents.Component_ConstructPoint

GUID:3581f42a-9592-4549-bd6b-1c0fc39d067b

Co

Construct Point

构造 点

用于构造 点相关操作,属于向量分类。原始说明:Construct a point from individual coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:4输出:1
输入端口
端口类型说明
X coordinateXNumber{x} coordinate
Y coordinateYNumber{y} coordinate
Z coordinateZNumber{z} coordinate
SystemSPlaneCoordinate system for point
输出端口
端口类型说明
PointPtPointPoint coordinate
底层信息

VectorComponents.PointComponents.Component_ConstructPoint_OBSOLETE

GUID:8a5aae11-8775-4ee5-b4fc-db3a1bd89c2f

Cu

Cull Duplicates

剔除 Duplicates

用于剔除 Duplicates相关操作,属于向量分类。原始说明:Cull points that are coincident within tolerance
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:3
输入端口
端口类型说明
PointsPPointPoints to operate on
ToleranceTNumberProximity tolerance distance
输出端口
端口类型说明
PointsPPointCulled points
IndicesIIntegerIndex map of culled points
ValenceVIntegerNumber of input points represented by this output point
底层信息

VectorComponents.PointComponents.Component_CullDuplicate

GUID:6eaffbb2-3392-441a-8556-2dc126aa8910

De

Deconstruct

拆解

用于拆解相关操作,属于向量分类。原始说明:Deconstruct a point into its component parts.
插件:VectorComponents.gha分类:Vector子分类:Point输入:1输出:3
输入端口
端口类型说明
PointPPointInput point
输出端口
端口类型说明
X componentXNumberPoint {x} component
Y componentYNumberPoint {y} component
Z componentZNumberPoint {z} component
底层信息

VectorComponents.PointComponents.Component_DeconstructPoint

GUID:9abae6b7-fa1d-448c-9209-4a8155345841

De

Deconstruct Point

拆解 点

用于拆解 点相关操作,属于向量分类。原始说明:Deconstruct a point into its component parts.
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:3
输入端口
端口类型说明
PointPPointInput point
SystemSPlaneLocal coordinate system
输出端口
端口类型说明
X coordinateXNumberPoint {x} coordinate
Y coordinateYNumberPoint {y} coordinate
Z coordinateZNumberPoint {z} coordinate
底层信息

VectorComponents.PointComponents.Component_DeconstructPoint_OBSOLETE

GUID:670fcdba-da07-4eb4-b1c1-bfa0729d767d

Di

Distance

距离

用于距离相关操作,属于向量分类。原始说明:Compute Euclidean distance between two point coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:1
输入端口
端口类型说明
Point AAPointFirst point
Point BBPointSecond point
输出端口
端口类型说明
DistanceDNumberDistance between A and B
底层信息

VectorComponents.PointComponents.Component_Distance

GUID:93b8e93d-f932-402c-b435-84be04d87666

Gr

Grid Hexagonal [OBSOLETE]

Grid Hexagonal [OBSOLETE]

用于Grid Hexagonal [OBSOLETE]相关操作,属于向量分类。原始说明:Generate a hexagonal grid of points.
插件:VectorComponents.gha分类:Vector子分类:Point输入:3输出:3
输入端口
端口类型说明
Base planePPlaneBase plane of point grid
RadiusRIntegerRadius (in grid cells) of the grid.
Grid SizeSNumberDistance between points
输出端口
端口类型说明
GridGPointResulting point grid
CellsCCurveCell outlines of the grid
CentersMPlaneCenter plane for each cell
底层信息

VectorComponents.PointComponents.Component_PointGridHexagonal_OBSOLETE

GUID:8ce6a747-6d36-4bd4-8af0-9a1081df417d

Gr

Grid Rectangular [OBSOLETE]

Grid Rectangular [OBSOLETE]

用于Grid Rectangular [OBSOLETE]相关操作,属于向量分类。原始说明:Generate a rectangular grid.
插件:VectorComponents.gha分类:Vector子分类:Point输入:4输出:3
输入端口
端口类型说明
Base planePPlaneBase plane of point grid
X countXIntegerNumber of steps along the plane X direction
Y countYIntegerNumber of steps along the plane Y direction
Grid SizeSNumberDistance between points
输出端口
端口类型说明
GridGPointResulting point grid
CellsCCurveGrid cell outlines
CentersMPlaneGrid cell centers
底层信息

VectorComponents.PointComponents.Component_PointGridRectangular_OBSOLETE

GUID:99f1e47c-978d-468f-bb3d-a3df44552a8e

Nu

Numbers to Points

Numbers to Points

用于Numbers to Points相关操作,属于向量分类。原始说明:Convert a list of numbers to a list of points
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:1
输入端口
端口类型说明
NumbersNNumbers to merge into points
MaskMMask for coordinate composition
输出端口
端口类型说明
PointsPPointOrdered list of points
底层信息

VectorComponents.PointComponents.Component_NumbersToPoints

GUID:0ae07da9-951b-4b9b-98ca-d312c252374d

Po

Point Cylindrical

点 Cylindrical

用于点 Cylindrical相关操作,属于向量分类。原始说明:Create a point from cylindrical {angle,radius,elevation} coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:4输出:1
输入端口
端口类型说明
Base planePPlanePlane defining cylindrical coordinate space
AngleAAngleAngle in radians for P(x,y) rotation
RadiusRNumberRadius of cylinder
ElevationENumberElevation of point
输出端口
端口类型说明
PointPtPointCylindrical point coordinate
底层信息

VectorComponents.PointComponents.Component_PointCylindrical

GUID:23603075-be64-4d86-9294-c3c125a12104

Po

Point Groups

点 Groups

用于点 Groups相关操作,属于向量分类。原始说明:Create groups from nearby points
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:2
输入端口
端口类型说明
PointsPPointPoints to group
DistanceDNumberDistance threshold for group inclusion
输出端口
端口类型说明
GroupsGPointPoint groups
IndicesIIntegerGroup indices
底层信息

VectorComponents.PointComponents.Component_PointGroups

GUID:81f6afc9-22d9-49f0-8579-1fd7e0df6fa6

Po

Point Oriented

点 Oriented

用于点 Oriented相关操作,属于向量分类。原始说明:Create a point from plane {u,v,w} coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:4输出:1
输入端口
端口类型说明
Base planePPlanePlane defining coordinate space
U componentUNumberU parameter on plane
V componentVNumberV parameter on plane
W componentWNumberW parameter on plane (elevation)
输出端口
端口类型说明
PointPtPointOriented point coordinate
底层信息

VectorComponents.PointComponents.Component_PointOriented

GUID:aa333235-5922-424c-9002-1e0b866a854b

Po

Point Polar

点 Polar

用于点 Polar相关操作,属于向量分类。原始说明:Create a point from polar {phi,theta,offset} coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:4输出:1
输入端口
端口类型说明
Base planePPlanePlane defining polar coordinate space
XY anglexyAngleAngle in radians for P(x,y) rotation
Z anglezAngleAngle in radians for P(z) rotation
OffsetdNumberOffset distance for point
输出端口
端口类型说明
PointPtPointPolar point coordinate
底层信息

VectorComponents.PointComponents.Component_PointPolar

GUID:a435f5c8-28a2-43e8-a52a-0b6e73c2e300

Po

Points to Numbers

Points to Numbers

用于Points to Numbers相关操作,属于向量分类。原始说明:Convert a list of points to a list of numbers
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:1
输入端口
端口类型说明
PointsPPointPoints to parse
MaskMMask for coordinate extraction
输出端口
端口类型说明
NumbersNNumberOrdered list of coordinates
底层信息

VectorComponents.PointComponents.Component_PointsToNumbers

GUID:d24169cc-9922-4923-92bc-b9222efc413f

Pr

Project Point

Project 点

用于Project 点相关操作,属于向量分类。原始说明:Project a point onto a collection of shapes
插件:TriangulationComponents.gha分类:Vector子分类:Point输入:3输出:2
输入端口
端口类型说明
PointPPointPoint to project
DirectionDVectorProjection direction
GeometryGGeometryGeometry to project onto
输出端口
端口类型说明
PointPPointProjected point
IndexIIntegerIndex of object that was projected onto
底层信息

TriangulationComponents.Component_ProjectPoint

GUID:5184b8cb-b71e-4def-a590-cd2c9bc58906

Pu

Pull Point

Pull 点

用于Pull 点相关操作,属于向量分类。原始说明:Pull a point to a variety of geometry.
插件:VectorComponents.gha分类:Vector子分类:Point输入:3输出:2
输入端口
端口类型说明
PointPPointPoint to search from
GeometryGGeometryGeometry that pulls
ClosestCBooleanOnly return the closest pull
输出端口
端口类型说明
Closest PointPPointPoint on [G] closest to [P]
DistanceDNumberDistance between [P] and its projection onto [G]
底层信息

VectorComponents.PointComponents.Component_PullPoint_OBSOLETE

GUID:cf3a0865-4882-46bd-91a1-d512acf95be4

Pu

Pull Point

Pull 点

用于Pull 点相关操作,属于向量分类。原始说明:Pull a point to a variety of geometry.
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:2
输入端口
端口类型说明
PointPPointPoint to search from
GeometryGGeometryGeometry that pulls
输出端口
端口类型说明
Closest PointPPointPoint on [G] closest to [P]
DistanceDNumberDistance between [P] and its projection onto [G]
底层信息

VectorComponents.PointComponents.Component_PullPoint

GUID:902289da-28dc-454b-98d4-b8f8aa234516

So

Sort Along Curve

排序 Along 曲线

用于排序 Along 曲线相关操作,属于向量分类。原始说明:Sort points along a curve
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:2
输入端口
端口类型说明
PointsPPointPoints to sort
CurveCCurveCurve to sort along
输出端口
端口类型说明
PointsPPointSorted points
IndicesIIntegerPoint index map
底层信息

VectorComponents.PointComponents.Component_SortPointsAlongCurve

GUID:59aaebf8-6654-46b7-8386-89223c773978

So

Sort Points

排序 Points

用于排序 Points相关操作,属于向量分类。原始说明:Sort points by Euclidean coordinates (first x, then y, then z)
插件:VectorComponents.gha分类:Vector子分类:Point输入:1输出:2
输入端口
端口类型说明
PointsPPointPoints to sort
输出端口
端口类型说明
PointsPPointSorted points
IndicesIIntegerPoint index map
底层信息

VectorComponents.PointComponents.Component_SortPoints

GUID:4e86ba36-05e2-4cc0-a0f5-3ad57c91f04e

To

To Polar

To Polar

用于To Polar相关操作,属于向量分类。原始说明:Convert a 3D point to plane polar coordinates.
插件:VectorComponents.gha分类:Vector子分类:Point输入:2输出:3
输入端口
端口类型说明
PointPPoint3D point to transcribe
SystemSPlanePlane defining polar coordinate space
输出端口
端口类型说明
PhiPNumberPlanar angle in radians (counter-clockwise starting at the plane X-axis)
ThetaTNumberVertical angle in radians
RadiusRNumberDistance from system origin to point
底层信息

VectorComponents.PointComponents.Component_PointPolarReverse

GUID:61647ba2-31eb-4921-9632-df81e3286f7d

Vector / Vector 21 个组件

Ad

Addition

Addition

用于Addition相关操作,属于向量分类。原始说明:Perform vector-vector addition.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:2
输入端口
端口类型说明
Vector AAVectorFirst vector
Vector BBVectorSecond vector
UnitizeUBooleanUnitize output
输出端口
端口类型说明
VectorVVectorSum vector
LengthLNumberSum vector length
底层信息

VectorComponents.VectorComponents.Component_VectorSum

GUID:fb012ef9-4734-4049-84a0-b92b85bb09da

Am

Amplitude

Amplitude

用于Amplitude相关操作,属于向量分类。原始说明:Set the amplitude (length) of a vector.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:1
输入端口
端口类型说明
VectorVVectorBase vector
AmplitudeANumberAmplitude (length) value
输出端口
端口类型说明
VectorVVectorResulting vector
底层信息

VectorComponents.VectorComponents.Component_VectorAmplitude

GUID:6ec39468-dae7-4ffa-a766-f2ab22a2c62e

An

Angle

Angle

用于Angle相关操作,属于向量分类。原始说明:Compute the angle between two vectors.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:2
输入端口
端口类型说明
Vector AAVectorFirst vector
Vector BBVectorSecond vector
输出端口
端口类型说明
AngleANumberAngle (in radians) between vectors
ReflexRNumberReflex angle (in radians) between vectors
底层信息

VectorComponents.VectorComponents.Component_VectorAngle_OBSOLETE

GUID:152a264e-fc74-40e5-88cc-d1a681cd09c3

An

Angle

Angle

用于Angle相关操作,属于向量分类。原始说明:Compute the angle between two vectors.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:2
输入端口
端口类型说明
Vector AAVectorFirst vector
Vector BBVectorSecond vector
PlanePPlaneOptional plane for 2D angle
输出端口
端口类型说明
AngleANumberAngle (in radians) between vectors
ReflexRNumberReflex angle (in radians) between vectors
底层信息

VectorComponents.VectorComponents.Component_VectorAngle

GUID:b464fccb-50e7-41bd-9789-8438db9bea9f

Cr

Cross Product

Cross Product

用于Cross Product相关操作,属于向量分类。原始说明:Compute vector cross product.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:2
输入端口
端口类型说明
Vector AAVectorFirst vector
Vector BBVectorSecond vector
UnitizeUBooleanUnitize output
输出端口
端口类型说明
VectorVVectorCross product vector
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_VectorCrossProduct

GUID:2a5cfb31-028a-4b34-b4e1-9b20ae15312e

De

Deconstruct Vector

拆解 向量

用于拆解 向量相关操作,属于向量分类。原始说明:Deconstruct a vector into its component parts.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:3
输入端口
端口类型说明
VectorVVectorInput vector
输出端口
端口类型说明
X componentXNumberVector {x} component
Y componentYNumberVector {y} component
Z componentZNumberVector {z} component
底层信息

VectorComponents.VectorComponents.Component_DeconstructVector

GUID:a50fcd4a-cf42-4c3f-8616-022761e6cc93

Di

Divide

分割

用于分割相关操作,属于向量分类。原始说明:Perform vector-scalar division.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:2
输入端口
端口类型说明
VectorVVectorBase vector
FactorFNumberDenominator
输出端口
端口类型说明
VectorVVectorDivided vector
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_VectorDivide

GUID:310e1065-d03a-4858-bcd1-809d39c042af

Do

Dot Product

Dot Product

用于Dot Product相关操作,属于向量分类。原始说明:Compute vector dot product.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:1
输入端口
端口类型说明
Vector AAVectorFirst vector
Vector BBVectorSecond vector
UnitizeUBooleanUnitize input
输出端口
端口类型说明
Dot productDNumberVector dot product
底层信息

VectorComponents.VectorComponents.Component_VectorDotProduct

GUID:43b9ea8f-f772-40f2-9880-011a9c3cbbb0

Ma

Mass Addition

质量 Addition

用于质量 Addition相关操作,属于向量分类。原始说明:Perform mass addition on a collection of vectors.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:1
输入端口
端口类型说明
VectorsVVectorVectors to add
UnitizeUBooleanUnitize vectors prior to addition
输出端口
端口类型说明
VectorVVectorTotal vector
底层信息

VectorComponents.VectorComponents.Component_MassVectorAddition_OBSOLETE

GUID:b7f1178f-4222-47fd-9766-5d06e869362b

Ma

Mass Addition

质量 Addition

用于质量 Addition相关操作,属于向量分类。原始说明:Perform mass addition on a collection of vectors.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:2
输入端口
端口类型说明
VectorsVVectorVectors to add
UnitizeUBooleanUnitize vectors prior to addition
输出端口
端口类型说明
VectorVVectorTotal vector
LengthLNumberLength of sum vector
底层信息

VectorComponents.VectorComponents.Component_MassVectorAddition_OBSOLETE_AS_WELL

GUID:63f79e72-36c0-4489-a0c2-9ded0b9ca41f

Mu

Multiply

Multiply

用于Multiply相关操作,属于向量分类。原始说明:Perform vector-scalar multiplication.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:2输出:2
输入端口
端口类型说明
VectorVVectorBase vector
FactorFNumberMultiplication factor
输出端口
端口类型说明
VectorVVectorMultiplied vector
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_VectorMultiply

GUID:63fff845-7c61-4dfb-ba12-44d481b4bf0f

Re

Reverse

Reverse

用于Reverse相关操作,属于向量分类。原始说明:Reverse a vector (multiply by -1).
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
VectorVVectorBase vector
输出端口
端口类型说明
VectorVVectorReversed vector
底层信息

VectorComponents.VectorComponents.Component_VectorReverse

GUID:d5788074-d75d-4021-b1a3-0bf992928584

Ro

Rotate

旋转

用于旋转相关操作,属于向量分类。原始说明:Rotate a vector around an axis.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:1
输入端口
端口类型说明
VectorVVectorVector to rotate
AxisXVectorRotation axis
AngleAAngleRotation angle (in radians)
输出端口
端口类型说明
VectorVVectorRotated vector
底层信息

VectorComponents.VectorComponents.Component_VectorRotate

GUID:b6d7ba20-cf74-4191-a756-2216a36e30a7

So

Solar Incidence

Solar Incidence

用于Solar Incidence相关操作,属于向量分类。原始说明:Gets the solar incidence vector for a certain time and place
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:4
输入端口
端口类型说明
LocationLLocation on Earth
TimeTTimeTime and date for solar incidence computation
OrientationPPlaneLocal plane (X=East, Y=North)
输出端口
端口类型说明
DirectionDVectorSolar incidence vector
ElevationENumberAngle between horizon and solar vector
HorizonHBooleanTrue if sun is above the horizon
ColourCColourColour suggestion
底层信息

VectorComponents.SolarComponents.Component_SunVector

GUID:59e1f848-38d4-4cbf-ad7f-40ffc52acdf5

Un

Unit Vector

Unit 向量

用于Unit 向量相关操作,属于向量分类。原始说明:Unitize vector.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
VectorVVectorBase vector
输出端口
端口类型说明
VectorVVectorUnit vector
底层信息

VectorComponents.VectorComponents.Component_UnitVector

GUID:d2da1306-259a-4994-85a4-672d8a4c7805

Un

Unit X

Unit X

用于Unit X相关操作,属于向量分类。原始说明:Unit vector parallel to the world {x} axis.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
FactorFNumberUnit multiplication
输出端口
端口类型说明
Unit vectorVVectorWorld {x} vector
底层信息

VectorComponents.VectorComponents.Component_UnitVectorX

GUID:79f9fbb3-8f1d-4d9a-88a9-f7961b1012cd

Un

Unit Y

Unit Y

用于Unit Y相关操作,属于向量分类。原始说明:Unit vector parallel to the world {y} axis.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
FactorFNumberUnit multiplication
输出端口
端口类型说明
Unit vectorVVectorWorld {y} vector
底层信息

VectorComponents.VectorComponents.Component_UnitVectorY

GUID:d3d195ea-2d59-4ffa-90b1-8b7ff3369f69

Un

Unit Z

Unit Z

用于Unit Z相关操作,属于向量分类。原始说明:Unit vector parallel to the world {z} axis.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
FactorFNumberUnit multiplication
输出端口
端口类型说明
Unit vectorVVectorWorld {z} vector
底层信息

VectorComponents.VectorComponents.Component_UnitVectorZ

GUID:9103c240-a6a9-4223-9b42-dbd19bf38e2b

Ve

Vector 2Pt

向量 2Pt

用于向量 2Pt相关操作,属于向量分类。原始说明:Create a vector between two points.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:2
输入端口
端口类型说明
Point AAPointBase point
Point BBPointTip point
UnitizeUBooleanUnitize output
输出端口
端口类型说明
VectorVVectorVector
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_Vector2Pt

GUID:934ede4a-924a-4973-bb05-0dc4b36fae75

Ve

Vector Length

向量 长度

用于向量 长度相关操作,属于向量分类。原始说明:Compute the length (amplitude) of a vector.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:1输出:1
输入端口
端口类型说明
VectorVVectorVector to measure
输出端口
端口类型说明
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_VectorLength

GUID:675e31bf-1775-48d7-bb8d-76b77786dd53

Ve

Vector XYZ

向量 XYZ

用于向量 XYZ相关操作,属于向量分类。原始说明:Create a vector from {xyz} components.
插件:VectorComponents.gha分类:Vector子分类:Vector输入:3输出:2
输入端口
端口类型说明
X componentXNumberVector {x} component
Y componentYNumberVector {y} component
Z componentZNumberVector {z} component
输出端口
端口类型说明
VectorVVectorVector construct
LengthLNumberVector length
底层信息

VectorComponents.VectorComponents.Component_ConstructVector

GUID:56b92eab-d121-43f7-94d3-6cd8f0ddead8