Files
RevitSdkSamples/snapshot/2008/SDK/Samples/MoveLinear/CS/ReadMe_MoveLinear.rtf
T

67 lines
28 KiB
Plaintext
Raw Normal View History

2024-12-12 09:51:40 +01:00
ÐÏࡱá>þÿ 46þÿÿÿ3ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿì¥Á!` ñR¿þ bjbj\­\­ . þÿÿÿÿÿÿ¤üüüüüüüX
X
X
X
<
:ø´
´
´
´
´
´
´
´
¹»»»»»»$2hš!~ßü´
´
´
´
´
ßüü´
´
ôœœœ´
Žü´
ü´
¹œ´
¹œœŽ|üüÁ´
¨
Pv¹Ñ˜$ÇX
B
¹
0:! "LF" Á"üÁø´
´
ϫ
´
´
´
´
ßß
´
´
´
:´
´
´
´
ÄÔ Ô üüüüüüÿÿÿÿ Application: MoveLinear
Revit product and version: All
Last Modified: 15/12/2006
Modified By: RZ Autodesk HSL
Programming Language: C#
Subject: This sample demonstrates how to move element which based on a curve.
Classes:
Autodesk.Revit.IExternalCommand
Autodesk.Revit.LocationCurve
Autodesk.Revit.Creation.Application
Autodesk.Revit.Geometry.Curve
Project Files:
Command.cs
This file contains the class “Command” which inherits from “IExternalCommand” interface and implements the “Execute” method. The movement operation is implemented in “Execute” method.
Description:
This sample demonstrates the following functionality:
How to move an object based on a curve.
Implementations: