Autocad Subassembly Composer Expressions
Autocad Subassembly Composer Expressions
Other Versions
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as
placeholders.]
Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions.
Inheritance Hierarchy
System..::..Object
System..::..Math
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
C#
C++
F#
JScript
VB
public static class Math
Name Description
Atan2 Returns the angle whose tangent is the quotient of two specified numbers.
Ceiling Returns the smallest integral value that is greater than or equal to the specified double-precision floating
Floor Returns the largest integer less than or equal to the specified double-precision floating-point number.
IEEERemainder Returns the remainder resulting from the division of a specified number by another specified number.
Top
Fields
Name Description
PI Represents the ratio of the circumference of a circle to its diameter, specified by the constant, .
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not
guaranteed to be thread safe.
P1 (AP1) Class
Apr 13 2016In-Product View
Applies to AutoCAD Civil 3D 2017
Share
Add to Collection
Y Get a point's
vertical
position,
relative to the
Origin Point of
Subassembly.
IsValid Determine
whether a
target is
assigned and is
valid to use.
Share
Add to Collection
Slope Get the slope of a link. The slope is positive if the link
is in upward direction.
L1.HasIntersection("L2",true,true)
SE Class
Apr 13 2016In-Product View
Applies to AutoCAD Civil 3D 2017
Share
Add to Collection
Share
Add to Collection
Share
Add to Collection
a target. ElevationTarget.Elevation
Share
Add to Collection
Baseline Class
Apr 13 2016In-Product View
Applies to AutoCAD Civil 3D 2017
Share
Add to Collection
Share
Add to Collection
item.
SA Class
Apr 13 2016In-Product View
Applies to AutoCAD Civil 3D 2017
Share
Add to Collection
Cant Class
Apr 13 2016In-Product View
Applies to AutoCAD Civil 3D 2017
Share
Add to Collection
Share
Add to Collection
Use the API functions to get parameter values from other geometry elements.
To see examples of API functions, open the following Sample PKT file:
The following table explains each of the API functions that are used in this example.