NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.ShipDesign.CopyObjectsBuilder Class Reference

Represents a NXOpen.Features.ShipDesign.CopyObjectsBuilder It is used in Ship Building Application. More...

Inheritance diagram for NXOpen.Features.ShipDesign.CopyObjectsBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Type { Part, Feature }
 Type of Source Objects. More...
 
enum  VersionID { Nx11, Nx12 }
 add version identifiers for the different revisions of the copy objects builder. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.CopyObjectsBuilder.VersionID 
AlgorithmVersion [get, set]
 Returns or sets the value of algorithm version is used to define the version information. More...
 
unsafe double AngularTolerance [get, set]
 Returns or sets the value of angular tolerance is used to define the angular difference from the qualified candidate face / plane normal to source face / plane normal. More...
 
unsafe NXOpen.SelectNXObject CopyFrom [get]
 Returns the plane where the source objects to be copied from. More...
 
unsafe bool CopySection [get, set]
 Returns or sets the flag is used to define if linear tolerance on UI would be used when matching geometry. More...
 
unsafe NXOpen.SelectNXObjectList CopyTo [get]
 Returns the target objects where the source objects to be copied to. More...
 
unsafe NXOpen.SelectNXObjectList InputObjects [get]
 Returns the source input objects to copy. More...
 
unsafe double LinearTolerance [get, set]
 Returns or sets the value of linear tolerance is used to define the tolerance between candidate object and transformed source object. More...
 
unsafe
NXOpen.Features.ShipDesign.CopyObjectsBuilder.Type 
ObjectType [get, set]
 Returns or sets the type of objects to copy. More...
 
unsafe
NXOpen.Features.ShipDesign.ShipNamesListBuilder 
ShipNames [get]
 Returns the Ship Names builder, used to assign names to the copied objects created. More...
 
unsafe bool ShowXmlReport [get, set]
 Returns or sets the flag to indicate whether or not to show the xml report on copy basic design part results More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Features.ShipDesign.CopyObjectsBuilder It is used in Ship Building Application.

The operation copies one or more components and pastes them to new parts while re-parenting and maintaining WAVE links

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateCopyObjectsBuilder

Default values.

Property Value

AngularTolerance

5

CopySection

false

ObjectType

Part

Created in NX10.0.0

Member Enumeration Documentation

Type of Source Objects.

Enumerator
Part 
Feature 

add version identifiers for the different revisions of the copy objects builder.

Enumerator
Nx11 
Nx12 

Property Documentation

unsafe NXOpen.Features.ShipDesign.CopyObjectsBuilder.VersionID NXOpen.Features.ShipDesign.CopyObjectsBuilder.AlgorithmVersion
getset

Returns or sets the value of algorithm version is used to define the version information.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe double NXOpen.Features.ShipDesign.CopyObjectsBuilder.AngularTolerance
getset

Returns or sets the value of angular tolerance is used to define the angular difference from the qualified candidate face / plane normal to source face / plane normal.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.SelectNXObject NXOpen.Features.ShipDesign.CopyObjectsBuilder.CopyFrom
get

Returns the plane where the source objects to be copied from.

Created in NX10.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.CopyObjectsBuilder.CopySection
getset

Returns or sets the flag is used to define if linear tolerance on UI would be used when matching geometry.

If false, the linear tolerance will be set with max double value as default.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.SelectNXObjectList NXOpen.Features.ShipDesign.CopyObjectsBuilder.CopyTo
get

Returns the target objects where the source objects to be copied to.

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.Features.ShipDesign.CopyObjectsBuilder.InputObjects
get

Returns the source input objects to copy.

Created in NX10.0.0

License requirements: None.

unsafe double NXOpen.Features.ShipDesign.CopyObjectsBuilder.LinearTolerance
getset

Returns or sets the value of linear tolerance is used to define the tolerance between candidate object and transformed source object.

For example, the distance from the qualified candidate curve to the transformed sample points of source curve shoud be within linear tolerance. And for body, it checks the distance from the qualified body's faces and the transformed sample points of source body's corresponding faces.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.ShipDesign.CopyObjectsBuilder.Type NXOpen.Features.ShipDesign.CopyObjectsBuilder.ObjectType
getset

Returns or sets the type of objects to copy.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")

unsafe NXOpen.Features.ShipDesign.ShipNamesListBuilder NXOpen.Features.ShipDesign.CopyObjectsBuilder.ShipNames
get

Returns the Ship Names builder, used to assign names to the copied objects created.

Created in NX10.0.0

License requirements: None.

unsafe bool NXOpen.Features.ShipDesign.CopyObjectsBuilder.ShowXmlReport
getset

Returns or sets the flag to indicate whether or not to show the xml report on copy basic design part results

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_basic ("Ship Basic Design")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.