Click or drag to resize

GeometryUtilityManagerGetSufaceCurvedLineCopy Method

부재 표면에 곡면 라인 복사

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Dictionary<int, List<Vertex3D>> GetSufaceCurvedLineCopy(
	int index,
	Vertex3D start,
	Vertex3D end,
	Vertex3D lsDir,
	Vertex3D copyDir,
	float interval = 0f,
	float ls = 0f,
	float le = 0f,
	float lenLimit = 0f,
	bool copyCurveForwardDir = true,
	bool copyCurveBackwardDir = true
)

Parameters

index
Type: SystemInt32
Node Index
start
Type: VIZCore3D.NET.DataVertex3D
시작점
end
Type: VIZCore3D.NET.DataVertex3D
끝점
lsDir
Type: VIZCore3D.NET.DataVertex3D

[Missing <param name="lsDir"/> documentation for "M:VIZCore3D.NET.Manager.GeometryUtilityManager.GetSufaceCurvedLineCopy(System.Int32,VIZCore3D.NET.Data.Vertex3D,VIZCore3D.NET.Data.Vertex3D,VIZCore3D.NET.Data.Vertex3D,VIZCore3D.NET.Data.Vertex3D,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean)"]

copyDir
Type: VIZCore3D.NET.DataVertex3D
복사 방향
interval (Optional)
Type: SystemSingle
복사 간격
ls (Optional)
Type: SystemSingle
시작점과 가까운 엣지 간격
le (Optional)
Type: SystemSingle
끝점과 가까운 엣지 간격
lenLimit (Optional)
Type: SystemSingle
복사 길이 제한
copyCurveForwardDir (Optional)
Type: SystemBoolean
false시 왼쪽 복사
copyCurveBackwardDir (Optional)
Type: SystemBoolean
복사 길이 제한

Return Value

Type: DictionaryInt32, ListVertex3D
곡면 라인 복사된 정점리스트
See Also